DankMemer is a Python3 Script for downloading memes from the different Reddit subreddits.
You need to install BeautifulSoup and requests modules.
Use the package manager pip to install them.
pip3 install bs4
pip3 install requestspy DankMemer.py -o <output_directory> -s <subreddits>- -o: (optional) The folder were the memes will be downloaded (default is DankMemer)
- -s: Subreddits you want to download the memes from, separated by a comma.
Example:
py -o DankMemer.py "MyCuteFolder" -s "memes, dndmemes, dankmemes"Or in case you are a Linux user:
./DankMemer.py "MyCuteFolder" -s "memes, dndmemes, dankmemes"Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.