From 8b5cb44eb29796873196407d0c2f1f60aba3ea45 Mon Sep 17 00:00:00 2001 From: jonas Date: Sat, 9 Jan 2021 22:19:05 +0000 Subject: [PATCH] Instructions added --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eabb04a..9ec14d5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # birdscrape +![Homeassistant Banner](Blaukehlchen.jpg) -Python Scraper, der alle Bilder illustrierter Vögel von Thomas Massow von http://tirill.de/illustrierte-voegel-liste.html herunterlädt. \ No newline at end of file +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` \ No newline at end of file