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

|
||||

|
||||
|
||||
## How to use:
|
||||
|
||||
@@ -17,9 +15,12 @@ $ python3 wallpy.py
|
||||
|
||||
## Dependencies:
|
||||
|
||||
This project depends on Beautiful soup
|
||||
Your can install beautiful soup via pip
|
||||
This project depends on BeautifulSoup, Requests, tqdm, lxml
|
||||
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