hubot-bofh
v1.0.0
Published
BOFH excuse generator for Hubot
Downloads
49
Readme
Hubot BOFH
BOFH excuse generator for Hubot created by arsenio
Installation
Add hubot-bofh to your package.json
file:
"dependencies": {
"hubot": ">= 2.5.1",
"hubot-scripts": ">= 2.4.2",
"hubot-bofh": "git://github.com/danriti/hubot-bofh.git#master",
"hubot-hipchat": "~2.5.1-5",
"ntwitter": "~0.5.0",
"shellwords": "~0.1.0",
"bang": "~1.0.4",
"cheerio": "~0.12.3",
"moment": "~2.4.0"
}
Add hubot-bofh to your external-scripts.json
:
["hubot-bofh"]
Run npm install