Hubot's ECTOR script package (learning chatterbot)
npm install hubot-ectorxA learning chatterbot script package for Hubot
After having a hubot
installed, go into its directory. Then:
``bash`
$ npm install --save hubot-ectorx
Then, add "hubot-ectorx" into the file external-scripts.json. The minimal one is:
`json`
[ "hubot-ectorx" ]
If you're annoyed by the hubot's verbiage, just use the hubot shut up command.hubot speak
In the other way, if you want him to talk again, just say (as always, replace hubot with the name of the hubot).
If you want that the hubot remember the conversations, use regularly the save yourself` command.
* 2014/08/07: 1.2.0: add "save yourself" command
* 2014/06/21: 1.1.0: add "shut up" and "speak" commands
* 2014/06/20: 1.0.0: First version