Skip to content
forked from mpolla/stravaup

Upload fit files to strava.com from the command line

Notifications You must be signed in to change notification settings

kylemanna/stravaup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

stravaup

Upload files to strava.com from the command line.

Prerequisites

  • POSIX shell
  • cURL

Setup

  1. Sign up at http://www.strava.com/
  2. Register your own Strava client at https://www.strava.com/settings/api
  3. Create a .stravauprc file in your home directory
STRAVAUP_CLIENT_ID=FIXME
STRAVAUP_CLIENT_SECRET=FIXME
  1. Get your authorization code
STRAVAUP_CODE=FIXME

Usage

Upload a sigle fit file

stravaup file.fit

Use find and xargs to upload everything

find ~ -name *.fit | xargs stravaup

More info

Strava API reference https://strava.github.io/api/

About

Upload fit files to strava.com from the command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%