0.01
No commit activity in last 3 years
No release in over 3 years
A Lita handler for generating meme images.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 3.0.0.beta2

Runtime

>= 2.0
 Project Readme

lita-memegen

Build Status Code Climate Coverage Status

lita-memegen is a handler for Lita that generates meme images using memegenerator.net. This is based on the hubot memegenerator script.

Installation

Add lita-memegen to your Lita instance's Gemfile:

gem "lita-memegen"

Configuration

You will need to register an account on memegenerator.net and provide the username/password for the account.

Lita.configure do |config|

  # This requires that all memes be sent as commands. If this is false, the bot will listen in the channel
  config.handlers.memegen.command_only = true

  config.handlers.memegen.username = 'username'
  config.handlers.memegen.password = 'password'
end

Usage

  • Y U NO <text> - Generates the Y U NO GUY with the bottom caption of
  • I don't always <something> but when i do <text> - Generates The Most Interesting man in
  • <text> ORLY? - Generates the ORLY? owl with the top caption of
  • <text> (SUCCESS|NAILED IT) - Generates success kid with the top caption of
  • <text> ALL the <things> - Generates ALL THE THINGS
  • <text> TOO DAMN <high> - Generates THE RENT IS TOO DAMN HIGH guy
  • good news everyone! <news> - Generates Professor Farnsworth
  • khanify <text> - TEEEEEEEEEEEEEEEEEXT!
  • Not sure if <text> or <text> - Generates Futurama Fry
  • Yo dawg <text> so <text> - Generates Yo Dawg
  • ALL YOUR <text> ARE BELONG TO US - Generates Zero Wing with the caption of
  • if <text>, <word that can start a question> <text>? - Generates Philosoraptor
  • <text> FUCK YOU - Angry Linus
  • (Oh|You) <text> (Please|Tell) <text> - Willy Wonka
  • <text> you're gonna have a bad time - Bad Time Ski Instructor
  • one does not simply <text> - Lord of the Rings Boromir
  • it looks like (you|you're) <text> - Generates Clippy
  • AM I THE ONLY ONE AROUND HERE <text> - The Big Lebowski
  • <text> NOT IMPRESSED - Generates McKayla Maroney
  • PREPARE YOURSELF <text> - Generates GoT
  • WHAT IF I TOLD YOU <text> - Generates Morpheus
  • <text> BETTER DRINK MY OWN PISS - Generates Bear Grylls
  • (so|very|much|such) <text> (so|very|much|such) <text> wow - Generates Doge
  • Imma let you finish <text> - Generates Kanye West

License

MIT