Project

memerator

0.0
No commit activity in last 3 years
No release in over 3 years
The Memerator.me API Library wrapper in Ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 2.0.0
~> 2.1.0.rc1
 Project Readme

Memerator API for Ruby

The official Ruby API library for Memerator.

Disclaimer

The gem is currently in Beta! Until you see that nice 1.0.0, expect bugs!

What the API has that this gem can't do yet:

  • Get top memes
  • Submit a meme
  • Other things probably, they don't pay me enough

Usage

Put this near the top of your ruby whatever:

require 'memerator'

Meme = Memerator.new(token: api_token)

Now, when you need to run a method, run Meme.method.

Example for getting profile.

"My username is #{Meme.profile.username}!"
# => "My username is Chew!"

Lost? allowsMultipleStreams?

We have a nice helpful support channel on our official Discord Server! Join with this link.

Documentation

Stuck? Know Ruby? Check out the documentation.

Contributing

We love contributors! Feel free to open a PR and we will review it.

But ruby sucks

no it's great