17 lines
499 B
Markdown
17 lines
499 B
Markdown
|
VelibDataSet
|
||
|
============
|
||
|
|
||
|
This code can be used to dump periodically all the available data from the Velib API. These data are under an OpenData license. (Velib is a bike sharing system in Paris).
|
||
|
|
||
|
## 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/
|