Instructions added
This commit is contained in:
15
README.md
15
README.md
@@ -1,3 +1,16 @@
|
|||||||
# birdscrape
|
# birdscrape
|
||||||
|

|
||||||
|
|
||||||
Python Scraper, der alle Bilder illustrierter Vögel von Thomas Massow von http://tirill.de/illustrierte-voegel-liste.html herunterlädt.
|
Python Scraper, der alle Bilder illustrierter Vögel von **Thomas Massow** (✝ 05.01.2021) von http://tirill.de/illustrierte-voegel-liste.html herunterlädt.
|
||||||
|
|
||||||
|
#### Create virtualenv
|
||||||
|
```sh
|
||||||
|
python3 -m venv .env
|
||||||
|
source .env/bin/actiavate
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Install requirements
|
||||||
|
`pip install wget requests beautifulsoup4`
|
||||||
|
|
||||||
|
#### Download all images
|
||||||
|
`python birdscrape.py`
|
||||||
Reference in New Issue
Block a user