Skip to content

WallpapersFromReddit: More Options, Improved Reliability, Better Codebase

Latest
Compare
Choose a tag to compare
@tsarjak tsarjak released this 02 Apr 03:34
· 23 commits to master since this release
5c657a0

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 support hot, top, new, controversial.
  • Select the sort_time for downloading images. Previously, we only supported day, but now we support day, week, month, year, all

Example usage:

cd ~/WallpapersFromReddit
python main.py --subreddit EarthPorn --sort_type top --sort_time all```