Skip to content

dev2019zheng/Wallhaven-dl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wallhaven-dl

UPDATE

###The script now comes with a search functionality, you can now search and download wallpapers from the command line.


A wallhaven scraper which downloads all the wallpapers from the first page of alpha.wallhaven.cc

This Script now comes with categories and purity sort support.

NOTE- Downloading NSFW images require a Wallhaven Account

How to use:

Your can install install the dependencies using the requirements.txt file and running

# On Debian/Ubuntu systems, you need to install the python3-venv
sudo apt install python3.11-venv

python3 -m venv .venv
source .venv/bin/activate

python3 -m pip install -r requirements.txt

python3 wallhaven-dl.py

Wallhaven-dl © 2016, Saurabh Bhan. Released under the MIT License.

About

A wallhaven scraper which downloads all the wallpapers form alpha.wallhaven.cc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.2%
  • Dockerfile 3.8%