aymenhafeez/stravaTUI: A TUI for viewing your Strava run data
github.comΒ·2hΒ·
Discuss: r/commandline
πŸ”„Rerun.io
Preview
Report Post

stravaTUI

WIP

A TUI for viewing Strava run stats with a built-in race time prediction calculator

Requirements

  • Python >= 3.10
  • textual (latest)
  • textual-plotext (latest)
  • rich (latest)
  • stravalib (latest)

Usage

Strava OAuth

The Strava data fetching is done using the Strava V3 API and requires OAuth authorisation in order to get an access token. To do this you first need to make a Strava application. The steps to do so can be found here. Once you’ve made a Strava application you’ll gain access to your Client ID and Client Secret. Next, you can clone the repo and make a copy of the .env file:

git clone https://github.com/aymenhafeez/stravaTUI
cd ...

Similar Posts

Loading similar posts...