Project

meminator

0.0
No commit activity in last 3 years
No release in over 3 years
API to retrieve urls for memes
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 0
>= 0
 Project Readme

Meminator

A quick hack based on https://github.com/drbrain/meme

API

Is crude but usable. It was written almost entirely for jamming into Agent99 and so it does some really stupid things that it shouldn't. I intend to fix them at some point.

Examples

require 'meminator'
Meminator.username = 'richo' # USERNAME GOES HERE
Meminator.password = 'password' # PASSWORD GOES HERE

memer = Meminator::Meminator.new

puts memer.get_url("I_WOLF", "Patient stubbed his toe", "Had to put him down")

It's worth noting that at time of writing, memegenerator.net was offline so I couldn't even integration test