Skip to content

luisdecker/reddit-wallpaper-downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

reddit-wallpaper-downloader

Downloads HD wallpapers from whichever subreddit you want

Screenshot

How to configure

Edit config in getWalls.py

#Saving path
directory = '/home/decker/Wallpapers'
#Default Subreddit
subreddit = 'HDR'
#Minimum width
min_width = 1920
#Minimum Height
min_height = 1080
#Post per Request (Max 100)
json_limit = 100
#Number of requests
loops = 2

How to run

You can run:

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

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%