0.1.0 • Published 8 years ago

hubot-memegen-link v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

hubot-memegen-link

Build Status devDependency Status

A Hubot script for creating memes from templates using memegen.link.

See src/hubot-memegen.coffee for full documentation.

Installation via NPM

  1. Install the hubot-memegen-link module as a Hubot dependency by running:

    npm install --save hubot-memegen-link
  2. Enable the module by adding the hubot-memegen-link entry to your external-scripts.json file:

    [
        "hubot-memegen-link"
    ]
  3. Run your bot and see below for available config / commands

Commands

CommandListener IDDescription
hubot meme creatememegen.newStarts meme creation process
hubot meme cancelmemegen.cancelCancels the meme creation process

Sample Interaction

user1>> hubot meme create
hubot>> user1: (1/3) Creating a meme. What template should I use (reply with the key)?
user1>> chosen
hubot>> user1: (2/3) What should the top text be?
user1>> Ayy
hubot>> user1: (3/3) What should the bottom text be?
user1>> lmao
hubot>> Visible: http://memegen.link/chosen/hello-world%21/ayy-lmao%21.jpg
hubot>> Masked: http://memegen.link/_Y2hvc2VuCWhlbGxvLXdvcmxkIS9heXktbG1hbyEJ.jpg
0.1.0

8 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago