Major Update
Improved Codebase and all setup steps removed! Download and run!
- A major overhaul of the entire codebase. The previous code has been removed for clarity, optimization and to avoid some unwanted and unexpected behavior.
- With this release, WallpapersFromReddit is a No Setup Needed script. We get rid of all the requirements, essentially making this a download and run program.
- A much better preferences storage file. (Previously was a simple text file).
Additional Features
- Select the sort_type for downloading images. Previously, we only supported
hot
, but now we supporthot, top, new, controversial
. - Select the sort_time for downloading images. Previously, we only supported
day
, but now we supportday, week, month, year, all
Example usage:
cd ~/WallpapersFromReddit
python main.py --subreddit EarthPorn --sort_type top --sort_time all```