Files
Wallhaven-dl/README.md
Christos Koutsiaris 79358f5fea typo in url
2016-06-29 08:49:05 +01:00

27 lines
775 B
Markdown

# Wallhaven-dl
A wallhaven scraper which downloads all the wallpapers form the first page of [alpha.wallhaven.cc](http://alpha.wallhaven.cc/)
![](https://raw.githubusercontent.com/GeekSpin/Wallhaven-dl/master/Images/wallhaven-dl.gif)
## How to use:
1. Download the wallpy.py
2. Move wallpy.py to the folder in which you want wallpapers to download.
3. run script
```
$ python3 wallpy.py
```
## Dependencies:
This project depends on BeautifulSoup, Requests, tqdm, lxml
Your can install install the dependencies using the requirments.txt file and running
```
$ pip3 install -r requirments.txt
```
Wallhaven-dl © 2016, Saurabh Bhan. Released under the ![MIT License](https://raw.githubusercontent.com/GeekSpin/Wallhaven-scraper/master/LICENSE).