meme_get

Get memes


Keywords
meme
License
MIT
Install
pip install meme_get==1.0.2b1

Documentation

meme_get

meme_get is a library that provides a high-level abstraction for extracting memes from popular online websites. Currently, we support extracting memes from:

Here is a short example:

>>> a = RedditMemes()
>>> meme_list = a.get_memes(100)
>>> for meme in meme_list:
>>>     print(meme.get_title())

Quick Start

To install meme_get, you can use pip:

pip install meme_get

Documentation

The API and documentation are hosted on http://meme-get.readthedocs.io/en/latest/

Credits

The library uses the urban dictionary word list gathered by Matt Bierner.