mirror of
https://github.com/saurabhan/Wallhaven-dl.git
synced 2026-01-07 02:18:01 +00:00
Update README.md
This commit is contained in:
13
README.md
13
README.md
@@ -1,10 +1,8 @@
|
|||||||
# Wallhaven-scraper
|
# Wallhaven-scraper
|
||||||
|
|
||||||
Author - Saurabh Bhan
|
|
||||||
|
|
||||||
A wallhaven scraper which downloads all the wallpapers form the first page of aplha.wallhaven.cc
|
A wallhaven scraper which downloads all the wallpapers form the first page of aplha.wallhaven.cc
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## How to use:
|
## How to use:
|
||||||
|
|
||||||
@@ -17,9 +15,12 @@ $ python3 wallpy.py
|
|||||||
|
|
||||||
## Dependencies:
|
## Dependencies:
|
||||||
|
|
||||||
This project depends on Beautiful soup
|
This project depends on BeautifulSoup, Requests, tqdm, lxml
|
||||||
Your can install beautiful soup via pip
|
Your can install install the dependencies using the requirments.txt file and running
|
||||||
```
|
```
|
||||||
$ sudo pip3 install bs4
|
$ pip3 install -r requirments.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Wallhaven-dl © 2016, Saurabh Bhan. Released under the 
|
||||||
|
|||||||
Reference in New Issue
Block a user