1.0.1 • Published 5 years ago

hubot-jargonbot v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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.