8b5cb44eb29796873196407d0c2f1f60aba3ea45
birdscrape
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
python3 -m venv .env
source .env/bin/actiavate
Install requirements
pip install wget requests beautifulsoup4
Download all images
python birdscrape.py
Description
Python Scraper, der alle Bilder illustrierter Vögel von Thomas Massow (✝ 05.01.2021) von http://tirill.de herunterlädt.
Languages
Python
100%
