This is a scraper for the news-website Spiegel.de. It can find articles for any topic and scrape their complete articles.
python3 -m venv venv
- Activate virtual enviroment
source venv/bin/activate
- Install packages
pip install -r requirements.txt
- Execute the main.py script