dependabot[bot] eb3ce36549 Bump lxml from 4.6.3 to 4.9.1
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.9.1.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.3...lxml-4.9.1)

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-06 19:46:46 +00:00
2016-06-29 14:01:25 +05:30
2018-04-23 13:23:29 -04:00
2016-06-26 13:44:50 +05:30
2018-04-23 13:22:56 -04:00
2022-07-06 19:46:46 +00:00
2019-07-18 10:55:20 +10:00

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:

  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.

Description
No description provided
Readme MIT 6.6 MiB
Languages
Python 95.2%
Dockerfile 4.8%