/spiegel-scraper

This is a small scraper for the news site spiegel.de.

Primary LanguagePython

Spiegel Scraper

This is a scraper for the news-website Spiegel.de. It can find articles for any topic and scrape their complete articles.

Installation

  1. Install Python
  2. Install venv module
  3. Create virtual environment
python3 -m venv venv
  1. Activate virtual enviroment
source venv/bin/activate
  1. Install packages
pip install -r requirements.txt
  1. Execute the main.py script