Skip to content

coryseering/hubot-frinkiac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM version Build Status Dependency Status Downloads

hubot-frinkiac

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

See src/frinkiac.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-frinkiac --save

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

[
  "hubot-frinkiac"
]

Sample Interaction

user> hubot simpsons 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 simpsons me You don't win friends with salad. | ♪ You don't win friends with salad! ♪

Example 1

There are also command aliases: frinkiac & simpsons search:

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

Example 1

About

Hubot plugin for Simpson's search engine Frinkiac

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 91.0%
  • Shell 9.0%