20 lines
377 B
Markdown
20 lines
377 B
Markdown
# birdscrape
|
|

|
|
|
|
## Nutzung
|
|
### Repo Clonen
|
|
```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` |