Skip to content

JozefTkocz/stravaclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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