Automatically downloads wall papers from https://alpha.wallhaven.cc/

- Python3.7
- xfce
Use the package manager pip to install the following packages.
- configparser
- bs4
- requests
pip install configparser bs4 requests --user- Setup the config file
vim wp.conf
[config]
directory = /home/cloud/Pictures/wallpaper
depth = 5
category = vaporwave
resolution = 1920x1080- Invoke the script
python3 wallpaper_get.py- User the wallpaper_shuffle.py to automatically set wallpapers (I put it in my zshrc but you can cron it or do whatever...)
python3 wallpaper_shuffle.pyAdd the NSFW Tag to make sure you dont download any boobies...
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.