Skip to content

mrsorensen/reddit-wallpaper-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

reddit-wallpaper-downloader

Downloads HD wallpapers from whichever subreddit you want

Screenshot

How to configure

Edit config in getWalls.py

# Where to store downloaded images
directory = '~/Pictures/Wallpapers/Reddit'
# Which subreddit to download from
subreddit = 'wallpapers'
# Minimum width of image
min_width = 1920
# Minimum height of image
min_height = 1080
# How many posts to loop through (max 100)
maxDownloads = 50

How to run

You can run:

python ~/reddit-wallpaper-downloader/getWalls.py

or, to overwrite which subreddit you want to download from, run:

python ~/reddit-wallpaper-downloader/getWalls.py earthporn

About

Downloads HD wallpapers from whichever subreddit you want

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages