robotmay / hubot-outofcontext

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:CoffeeScript 86.8%Language:Shell 13.2%