Skip to content

Downloads HD wallpapers from whichever subreddit you want

License

Notifications You must be signed in to change notification settings

dbensmith/reddit-wallpaper-downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

reddit-wallpaper-downloader

Downloads HD wallpapers from whichever subreddit you want

Screenshot

Prerequisites

  • Python 3+
  • requests (pip3 install requests)
  • PIL (pip3 install pillow)

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

  • Python 100.0%