GitHunt
CA

capitaintiti/StravaStats

Strava kudo ranking

StravaStats

This repository is to share what could be done with the STRAVA API in order to see some statistics

First Project : Rank your N first kudoers over the last K (public) activities

  • Step 1 : Login to your Strava account on your desktop browser :
    strava_auth

  • Step 2 : Go to Settings > My Application API and create a new one. You should get a result like this screenshot :
    CreateAPI

  • Step 3 : Edit your Application API settings to have the Authorization Callback Domain as your localhost (no need to have a working website, fill it with what you want) :
    AditAPIapp

  • Step 4 : Edit the Python file code to have your API Application client secret

  • Step 5 : Run your code

    • Edit the parameters at the head of the main.py file to define your output results

Here it is, don't hesitate to give me a feedback

Languages

Python100.0%

Contributors

Created October 20, 2023
Updated January 16, 2024
capitaintiti/StravaStats | GitHunt