diff --git a/README.md b/README.md index 55d4f3b..1b8b64c 100644 --- a/README.md +++ b/README.md @@ -1 +1,20 @@ -# Wallhaven-scraper \ No newline at end of file +# Wallhaven-scraper + +Author - Saurabh Bhan + +A wallhaven scraper which downloads all the wallpapers form the first page of aplha.wallhaven.cc + +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 Beautiful soup + Your can install beautiful soup via pip + + sudo pip3 install bs4 + +