hubot-memegeneration
A Hubot script to meme generation with imgflip API
Installation
npm i -S hubot-memegenerationadd ["hubot-memegeneration"] to external-scripts.json.
Signup in imgflip (https://imgflip.com/signup) and set environment variables.
export IMGFLIP_USERNAME=<your imgflip username>
export IMGFLIP_PASSWORD=<your imgflip password>Examples
hubot meme templates - Get all templates availables
hubot meme generate <template_name> <text> - Generate a meme with text on the bottom
hubot meme generate <template_name> <text 1>|<text 2> - Generate a meme with text on the top (text1) and text on the bottom (text2)
hubot meme add <name> <id> - Add new template with name and id
How find new templates
Go to https://imgflip.com/memesearch.
