Update README.md

This commit is contained in:
Saurabh Bhan
2016-06-26 13:55:52 +05:30
committed by GitHub
parent 8c5a66810a
commit 01b90be518

View File

@@ -4,17 +4,20 @@ 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:
1. Download the wallpy.py 1. Download the wallpy.py
2. Move wallpy.py to the folder in which you want wallpapers to download. 2. Move wallpy.py to the folder in which you want wallpapers to download.
3. run script ( python3 wallpy.py) 3. run script
'''
$ python3 wallpy.py
'''
Dependencies: ## Dependencies:
This project depends on Beautiful soup This project depends on Beautiful soup
Your can install beautiful soup via pip Your can install beautiful soup via pip
'''
sudo pip3 install bs4 $ sudo pip3 install bs4
'''