Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (23 loc) · 484 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 484 Bytes

Bundestag Agenda Scraper

Scraper to get Tagesordnungspunkte (agendas) from the German Bundestag.

Setup

pip install -r requirements.txt

Change database configuration in settings.py

DATABASE = {
    'drivername': 'postgres',
    'host': 'localhost',
    'port': '32780',
    'username': 'postgres',
    'password': '',
    'database': ''
}

Running

cd agendas
scrapy crawl agendaspider

This will add new table to the databse called topics