Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 798 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 798 Bytes

strava-tools

Some useful tools I've cobbled together that make strava automating nicer.

Strava-CheckCommute

Feed this an activityID and it will guesstimate if it's a commute or not.

Example: Strava-CheckCommute -ActivityID 1626198717

Strava-NewSinceLast

Eventually this will enable periodic importing and background running, pulls data since -LastRun

Example: Strava-NewSinceLast -LastRun $var_lastrun_unix_ts -Bearer $var_bearer | ft

Strava-Details

Generic table of details for an activity

Example: Strava-Details -ActivityID 1626198717 -Bearer $var_bearer | ft

Strava-SetAsCommute

Once there's a bit more logic and something to get the Oauth key this will set as Commute in strava

Example: Strava-SetAsCommute -ActivityID 1631078707 -Direction Workwards