tillhoffmann1411 / spiegel-scraper

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%