/hubot-frinkiac

Hubot plugin for Simpson's search engine Frinkiac

Primary LanguageCoffeeScriptMIT LicenseMIT

NPM version Build Status Dependency Status Downloads

hubot-morbotron

Hubot plugin for searching for futurama screencaps on the amazing morbotron search engine (check it out!).

See src/morbotron.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-morbotron --save

Then add hubot-morbotron to your external-scripts.json:

[
  "hubot-morbotron"
]

Sample Interaction

user> hubot futurama me You don't win friends with salad.

Example 1

Additionally, a second argument can be supplied (delineated by a pipe character) to override the image caption.

user> hubot futurama me You don't win friends with salad. | ♪ You don't win friends with salad! ♪

Example 1

There are also command aliases: morbotron & futurama search:

user> hubot morbotron Me fail English? That's unpossible.

Example 1