VelibDataSet ============ This code can be used to dump periodically all the available data from the Velib API, the bike sharing system in Paris. The data are under an OpenData license. ## Usage * Clone this repo. * Create an account to access the velib API: https://developer.jcdecaux.com/#/home. * Copy `config.py.example` to `config.py` and set your API key there. * Run `velib.py`. ## Links * Velib API: https://developer.jcdecaux.com/#/home * Velib website: http://velib.paris/ ## License Data is under [an Open Data license](https://developer.jcdecaux.com/#/opendata/license). Code is released under MIT license.