Get Started Using Stravalib#
Install stravalib#
The package is available on PyPI to be installed using pip.
$ pip install stravalib
Using Stravalib#
In order to make use of this library, you will need to have access keys for one or more Strava users. This is a nice tutorial that has information about
setting up a free app within STRAVA.
These access keys can be fetched by using helper methods provided by the Client class.
See auth for more details.