3.0.0 • Published 6 years ago

hubot-memegeneration v3.0.0

Weekly downloads
10
License
MIT
Repository
github
Last release
6 years ago

hubot-memegeneration

npm version npm downloads Build Status Coverage Status Code Climate devDependency Status

A Hubot script to meme generation with imgflip API

Installation

npm i -S hubot-memegeneration

add ["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.

Search image Select image Get id of image

License

MIT

3.0.0

6 years ago

2.2.0

7 years ago

2.1.1

7 years ago

2.1.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago