meme_get is a library that provides a high-level abstraction for extracting memes from popular online websites. Currently, we support extracting memes from:
- quickmeme.com
- memegenerator.net
- Memes subreddit from Reddit.
Here is a short example:
>>> a = RedditMemes() >>> meme_list = a.get_memes(100) >>> for meme in meme_list: >>> print(meme.get_title())
To install meme_get
, you can use pip:
pip install meme_get
The API and documentation are hosted on http://meme-get.readthedocs.io/en/latest/
The library uses the urban dictionary word list gathered by Matt Bierner.