Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hubot-memegen-link

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

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.

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 30 May 2016

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc