RiveScript is a scripting language for chatterbots, making it easy to write trigger/response pairs for building up a bot's intelligence.
npm install rivescript-hf
This is a RiveScript interpreter library for JavaScript. RiveScript is a
scripting language for chatterbots, making it easy to write trigger/response
pairs for building up a bot's intelligence.
This library can be used both in a web browser or as a Node module.
See the eg/ folder for examples.
There is generated Markdown and HTML documentation of the modules in the
docs folder.
The main module is at rivescript.
Also check out the RiveScript Community Wiki
for common design patterns and tips & tricks for RiveScript.
For nodejs and other similar JavaScript engines, you can install this module
through npm:
npm install rivescript
For the web you can use the unpkg:
``html`
The GitHub repository for this project only includes the CoffeeScript sources.
To download a compiled JavaScript release of this library, check the
Releases tab. The compiled
distribution includes a lib/ directory with JavaScript sources to use withdist/
node, and a directory containing a "browserified" script that can be
used on a web page.
To use on the web, just load dist/rivescript.min.js with a