Skip to content

rodic/strava-plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strava Plotter

Plotting strava activities

Set the following env vars

STRAVA_CLIENT_ID
STRAVA_CLIENT_SECRET
STRAVA_REFRESH_TOKEN
usage: main.py [-h] [-t {run,ride}] -s START_DATE [-m {moving,elapsed}] [-u {km,mi}]

Plot pace and weekly distance for Strava activities.

options:
  -h, --help            show this help message and exit
  -t {run,ride}, --type {run,ride}
                        Activity type to plot
  -s START_DATE, --start-date START_DATE
                        Start date for activities to plot in YYYY-MM-DD format
  -m {moving,elapsed}, --time {moving,elapsed}
                        Time to use for pace calculation
  -u {km,mi}, --unit {km,mi}
                        Unit to use for printing and plotting

pace weekly_distance

About

Plotting strava activities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages