Frinkiac plugin for hubot. Searches and generates images and memees from Frinkiac, an awesome Simpsons scene index.
From your hubot instance:
npm install hubot-frinkiac-me --save
Don't forget to add hubot-frinkiac-me
to the external-scripts.json
file
HUBOT_FRINKIAC_MEMEIFY
- True to place meme with caption on the image (Default: true)HUBOT_FRINKIAC_RANDOMIZE
- True to randomize the selected image (Default: false)HUBOT_FRINKIAC_RESPOND_ONLY
- True to respond only when directly addressed, false to respond to all messages (Default: false)
hubot> frinkiac me donuts and the possibility of more donuts
- Fixed URLs to point to "frinkiac.com", resolving #1
- Update code style to match JS standards
- Updated package documentation
- Add support for "meme-ifying" - adding caption to image
- Add environment variables
HUBOT_FRINKIAC_MEMEIFY
,HUBOT_FRINKIAC_RANDOMIZE
, andHUBOT_FRINKIAC_RESPOND_ONLY
to control behavior
- Initial Version