APIs and documentation to allow getting data about the Israeli Parliament (Knesset).
- documentation about the Knesset data sources
- We also track Knesset datasources bugs and known problems - see issues labeled "Knesset bug"
- Provides downbladable package with all the Knesset data
- https://github.com/hasadna/knesset-data-datapackage
- Provides methods to fetch and parse Knesset data using Python.
- https://github.com/hasadna/knesset-data-python
- Quickstart:
$ pip install knesset-data
python -c "from knesset_data.dataservice.committees import Committee\
print(', '.join([committee.name for committee in Committee.get_all_active_committees()]))
ועדת הכנסת, ועדת הכספים, ועדת הכלכלה, ועדת החוץ ...
- Store Knesset data in a structured DB and provides logic to handle the DB data.
- https://github.com/hasadna/knesset-data-django
- Quickstart: see the development guide
- check each sub-project's README for FAQ specific to that project
- How to decide where to move existing code from open knesset?