Robot is very encouraging
In a hubot project repository, run:
npm install hubot-encourage --save
Then add hubot-encourage to your external-scripts.json
:
[
"hubot-encourage"
]
ISC © Harold Putman
You can customize the response text. Copy the file data.json from here to a
file named hubot-encourage-data.json
in your hubot project folder. Then make
the changes you want.
user> hubot encourage Rex
hubot> Rex is the wind beneath my wings!
To test this script interactively, run:
npm start
To run automated tests:
npm test