Skip to content

Provides downloadable Knesset (Israeli parliament) data

Notifications You must be signed in to change notification settings

OriHoch/knesset-data-datapackage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knesset-data-datapackage

travis-ci build status

Provides Knesset data in easy to download and read formats (mostly CSV files).

Downloading a prepared datapackage zip

We have a travis job that creates a datapackage for the last 120 days every week and a smaller package for last 5 days every day

Getting the latest zip:

Once you downloaded the zip, you can extract and it should be self-explanatory, it contains csv files and other resources.

Creating a datapackage zip from scratch

If you have more advanced requirements or would like to get a datapackage for a longer time-range you can create the datapackage zip file yourself

Warning Knesset APIs are known to be problematic, and sometimes block access for unknown reasons.

Creating a datapackage using the CLI tool:

  • Prerequisites
    • you are inside an activated python 2.7 virtualenv
  • Prepare the environment
  • Run the CLI tool
    • (my-datapackage) knesset-data-datapackage$ make_knesset_datapackage --help
    • by default the CLI tool creates the output and zip files inside data directory (e.g. knesset-data-datapackage/data)
    • you should delete existing files before creating a new datapackage

About

Provides downloadable Knesset (Israeli parliament) data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.5%
  • Shell 6.5%