memey

A simple reddit scraper to get memes (only images) from r/ProgrammerHumor.

Note

Only works if you have firefox installed (yet).

Instructions

To download all the dependencies.

foo@bar:~$ pip3 install -r requirements.txt

foo@bar:~$ python3 memey.py <meme-count> <directory>

Replace “meme-count” with the number of memes and replace “directory” with the directory to be installed in (./ for current directory).

Example

foo@bar:~$ python3 memey.py 10 memes/

10 memes will be downloaded in the memes directory.

GitHub

View Github