Skip to content

For downloading wallpaper-worthy images from reddit's popular subreddits.

Notifications You must be signed in to change notification settings

paulmoon/RedditPicsDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Reddit Pics Downloader

About

Reddit Pics Downloader downloads popular wallpaper-worthy images from reddit's popular wallpaper subreddits.

How to run

First, you need to get an imgur API key here. Place the Python program in a folder where you would like your images to be downloaded, and run the program. Supported command-line arguments are:

  • -top : Sort type for posts in a subreddit. Available ones are day, week, month, year, and all. Default is day.
  • -sub : Subreddits to download images from. Multiple subreddits must be separated by commas without spaces e.g. wallpaper,pics,funny. Default is wallpaper subreddits.
  • -score : Minimum threshold that the post's score must meet. Default is 500.

Example: python RedditPicsDownloader.py -top week -sub wallpapers,cars -score 1000

Dependencies

To-Do List

  • Get Weekly/Monthly top posts since they are more likely to have a higher score.
  • Implement command line arguments support for subreddits, vote threshold, keywords etc.
  • Imgur album support.

About

For downloading wallpaper-worthy images from reddit's popular subreddits.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages