Update README.md

This commit is contained in:
Saurabh Bhan
2016-06-28 12:25:21 +05:30
committed by GitHub
parent af7b2256b3
commit 774826df0e

View File

@@ -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
![](http://i.giphy.com/xT8qB5eZnH7HWdHltK.gif) ![](http://i.giphy.com/3o72FhQMHnv4BqvBkc.gif)
## 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 ![MIT License.](http://mit-license.org/)