🐱 A Hubot script that listens for thanks yous
See src/thankfulness.coffee
for full documentation.
In hubot project repo, run:
npm install hubot-thankfulness --save
Then add hubot-thankfulness to your external-scripts.json
:
["hubot-thankfulness"]
user1>> Thanks @user2 for all of your help!
Direct message from @hubot to @user1:
hubot>> To thank @user2, visit this URL: [email protected]&draft_thanks=for+all+of+your+help!
(Assuming HUBOT_THANKS_URL has been set to www.thanks.com.)
Please read our general contributing guidelines.