Skip to content

Small utility programs to use the abgeordnetenwatch-api in python.

License

Notifications You must be signed in to change notification settings

Bluemi/abgeordnetenwatch-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

abgeordnetenwatch-python

Siehe hier für die deutsche Anleitung.

Small utility programs to use the abgeordnetenwatch-api in python.

Installation

To use this script install python3 and pip.

Install requirements with

pip install -r requirements.txt

Usage

You can download all questions and answers from a politician with the following script:

# -v for verbose output
python3 src/load_questions_answers.py --firstname "Angela" --lastname "Merkel"

# try this for more options
python3 src/load_questions_answers.py --help

This will create a file data/079137_Angela_Merkel.csv with all questions and answers of the specified person.

About

Small utility programs to use the abgeordnetenwatch-api in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published