A convenient Python client for interacting with the Strava API.
To access the API, you will need to register an API application as described here.
Once you have a client_id
and client_secret
from Strava, you will be able to run the example script in example.py
to see how you can conveniently interact with the API.
The client is most easily installed using pip:
pip install git+https://github.com/JozefTkocz/stravaclient