Skip to content

hubot-archive/hubot-outofcontext

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hubot Out-of-Context

Store quotes and repeat them back to users at random times.

Installation

Add 'hubot-outofcontext' to your package.json file, e.g.

  "dependencies": {
    "hubot":         "2.5.5",
    "hubot-scripts": "2.4.6",
    "hubot-outofcontext": "1.0.1",
    "scraper":       "0.0.9",
    "cheerio":       "0.7.0",
    "gitio":         "1.0.1",
    "cleverbot-node": "0.1.1",
    "htmlparser":    "1.7.6",
    "soupselect":    "0.2.0",
    "jsdom":         "0.2.14",
    "underscore":    "1.3.3"
  }

Then add 'hubot-outofcontext' to your external_scripts.json file and run npm install.

About

A hubot script for repeating quotes back out of context at random times.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 86.8%
  • Shell 13.2%