.gitignore | ||
config.py.example | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
velib.py | ||
visu.py |
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
toconfig.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.
Code is released under MIT license.