Files
birdscrape/README.md
2021-08-16 20:01:41 +00:00

20 lines
377 B
Markdown

# birdscrape
![Homeassistant Banner](Blaukehlchen.jpg)
## Nutzung
### Repo klonen
```sh
git clone https://git.susa.pw/jonas/birdscrape.git
```
### Virtualenv anlegen und aktivieren
```sh
python3 -m venv .env
source .env/bin/actiavate
```
### Abhängigkeiten installieren
`pip install wget requests beautifulsoup4`
### Herunterladen der Illustrationen
`python birdscrape.py`