# lita-memegen [![Build Status](https://travis-ci.org/webdestroya/lita-memegen.png)](https://travis-ci.org/webdestroya/lita-memegen) [![Code Climate](https://codeclimate.com/github/webdestroya/lita-memegen.png)](https://codeclimate.com/github/webdestroya/lita-memegen) [![Coverage Status](https://coveralls.io/repos/webdestroya/lita-memegen/badge.png)](https://coveralls.io/r/webdestroya/lita-memegen) **lita-memegen** is a handler for [Lita](https://github.com/jimmycuadra/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: ``` ruby 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 ` - Generates the Y U NO GUY with the bottom caption of * `I don't always but when i do ` - Generates The Most Interesting man in * ` ORLY?` - Generates the ORLY? owl with the top caption of * ` (SUCCESS|NAILED IT)` - Generates success kid with the top caption of * ` ALL the ` - Generates ALL THE THINGS * ` TOO DAMN ` - Generates THE RENT IS TOO DAMN HIGH guy * `good news everyone! ` - Generates Professor Farnsworth * `khanify ` - TEEEEEEEEEEEEEEEEEXT! * `Not sure if or ` - Generates Futurama Fry * `Yo dawg so ` - Generates Yo Dawg * `ALL YOUR ARE BELONG TO US` - Generates Zero Wing with the caption of * `if , ?` - Generates Philosoraptor * ` FUCK YOU` - Angry Linus * `(Oh|You) (Please|Tell) ` - Willy Wonka * ` you're gonna have a bad time` - Bad Time Ski Instructor * `one does not simply ` - Lord of the Rings Boromir * `it looks like (you|you're) ` - Generates Clippy * `AM I THE ONLY ONE AROUND HERE ` - The Big Lebowski * ` NOT IMPRESSED` - Generates McKayla Maroney * `PREPARE YOURSELF ` - Generates GoT * `WHAT IF I TOLD YOU ` - Generates Morpheus * ` BETTER DRINK MY OWN PISS` - Generates Bear Grylls ## License [MIT](http://opensource.org/licenses/MIT)