Skip to content

Chris-Koenig/Strava-Bulk-Update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strava Bulk Update

This repository provides a powershell tool for interfacing with the Strava API to perform bulk updates on activities in your Strava profile.

The utility enables you to export your activities to a CSV file, where you can make edits as needed. Once your modifications are complete, you can re-import the updated activities back into Strava.

Manual

First:

Follow the instructions on strava to create an app in your strava account. https://developers.strava.com/docs/getting-started/

Second:

With your CLIENT ID from the first step create an authorization code by calling this url.

http://www.strava.com/oauth/authorize?client_id=[CLIENT_ID]&response_type=code&redirect_uri=http://localhost/exchange_token&approval_prompt=force&scope=read_all,activity:write,activity:read,profile:read_all

You'll see this page - please confirm Alt text

Third:

  • Create the access token with the createToken.ps1 script
  • run exportActivities.ps1 and Edit your activities in Excel (CSV)
  • run importActivities.ps1 to upload your changes to strava

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published