Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saurabhan/Wallhaven-dl
A wallhaven scraper which downloads all the wallpapers form alpha.wallhaven.cc
https://github.com/saurabhan/Wallhaven-dl
Last synced: 3 months ago
JSON representation
A wallhaven scraper which downloads all the wallpapers form alpha.wallhaven.cc
- Host: GitHub
- URL: https://github.com/saurabhan/Wallhaven-dl
- Owner: saurabhan
- License: mit
- Created: 2016-06-26T08:14:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T21:34:39.000Z (over 1 year ago)
- Last Synced: 2024-05-27T12:08:56.162Z (6 months ago)
- Language: Python
- Homepage:
- Size: 6.4 MB
- Stars: 205
- Watchers: 9
- Forks: 48
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://alpha.wallhaven.cc/)
This Script now comes with categories and purity sort support.
###### NOTE- Downloading NSFW images require a [Wallhaven Account](https://alpha.wallhaven.cc/user/create)![](https://raw.githubusercontent.com/GeekSpin/Wallhaven-dl/master/Images/wallhaven-dl%20(1).gif)
## How to use:
1. Download the wallhaven-dl.py
2. Move wallhaven-dl.py to the folder in which you want wallpapers to download.
3. run script
4. It'll ask you to choose a category, download the latest wallpapers or search, choose as per desired.
5. enjoy!
```
$ python3 wallhaven-dl.py
```## Dependencies:
This project depends on BeautifulSoup, Requests, tqdm, lxml
Your can install install the dependencies using the requirements.txt file and running
```
$ pip3 install -r requirements.txt
```
Wallhaven-dl © 2016, Saurabh Bhan. Released under the [MIT License](https://raw.githubusercontent.com/GeekSpin/Wallhaven-scraper/master/LICENSE).