Scraper to get Tagesordnungspunkte (agendas) from the German Bundestag.
pip install -r requirements.txt
Change database configuration in settings.py
DATABASE = {
'drivername': 'postgres',
'host': 'localhost',
'port': '32780',
'username': 'postgres',
'password': '',
'database': ''
}
cd agendas
scrapy crawl agendaspider
This will add new table to the databse called topics