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

Scraper for the Tagesordnungen / agendas of the German Bundestag

Notifications You must be signed in to change notification settings

Datenschule/agendas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Scraper for the Tagesordnungen / agendas of the German Bundestag

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages