hubot-jargonbot
v1.0.1
Published
Jargonbot listens for business buzzwords and responds in kind.
Downloads
8
Maintainers
Readme
hubot-jargonbot
Jargonbot listens for business buzzwords and responds in kind.
See src/jargonbot.coffee
for full documentation.
Installation
In your hubot project repo, run:
npm install hubot-jargonbot --save
Then add hubot-jargonbot to your external-scripts.json
:
[
"hubot-jargonbot"
]
You can also customize the list of words jargonbot listens for by, rather
than installing via external-scripts
, pasting the contents of
src/jargonbot.coffee
into the scripts
folder of your own hubot instance and editing the array of watch words
here.
Sample Interaction
bob>> we really need to increase mindshare
hubot>> continually actualize turnkey e-services
NPM Module
https://www.npmjs.com/package/hubot-jargonbot
Credit
Original script by @tdhopper; edited and published by @jtotoole.