QuickMeme

This is a subclass derived from MemeSite to provide meme extraction from www.quickmeme.com.

class meme_get.memesites.QuickMeme(cache_size=500, maxcache_day=1)[source]

The MemeSite subclass that deals with the quickmeme site.

quickmeme.com uses an infinite scrolling homepage. Fortunately, we can also access the later pages by just going to the url:

www.quickmeme.com/page/i/, where i is the page number each page contains 10 user posts; each post consists of an image and an alternative text

get_memes(num_memes)[source]

Get a number of memes from Quickmeme.com