Socket
Socket
Sign inDemoInstall

hubot-memegen-link

Package Overview
Dependencies
92
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hubot-memegen-link

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


Version published
Weekly downloads
7
increased by40%
Maintainers
1
Install size
9.68 kB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 30 May 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc