memey
A simple reddit scraper to get memes (only images) from r/ProgrammerHumor.
Note
Only works if you have firefox installed (yet).
Instructions
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.