Skip to content

epinault/hubot-devopsreactions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devops Reactions Hubot Scripts

Hubot script to interface with the funny post from devops reactions blog

Installation

Update Hubot's package.json to install hubot-devopsreactions from npm, and update Hubot's external-scripts.json file to include the hubot-devopsreactions module.

Update the files to include the hubot-devopsreactions module:

package.json

...
"dependencies": {
  "hubot":        ">= 2.4.0 < 3.0.0",
  ...
  "hubot-devopsreactions": ">= 0.1.1"
},
...

external-scripts.json

["hubot-awesome-module","other-cool-npm-script","hubot-devopsreactions"]

Run npm install to install hubot-devopsreactions and dependencies.

Practical Use

Use hubot help or check the devopsreactions.coffee file to get the full list of options with short descriptions.

devops me

TODO

  • Retry on error
  • Report when service is down

About

A plugin for hubot to get funny post from the http://devopsreactions.tumblr.com/ blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published