Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 604 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 604 Bytes

Python Strava Client

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.

Installation

The client is most easily installed using pip:

pip install git+https://github.com/JozefTkocz/stravaclient