https://github.com/samuelmeuli/strava-bulk-edit
🏃 Edit multiple Strava activities at once
https://github.com/samuelmeuli/strava-bulk-edit
bulk-actions cycling running sports strava
Last synced: 5 months ago
JSON representation
🏃 Edit multiple Strava activities at once
- Host: GitHub
- URL: https://github.com/samuelmeuli/strava-bulk-edit
- Owner: samuelmeuli
- License: mit
- Archived: true
- Created: 2018-11-19T21:07:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T00:00:51.000Z (over 7 years ago)
- Last Synced: 2025-03-21T21:02:07.549Z (about 1 year ago)
- Topics: bulk-actions, cycling, running, sports, strava
- Language: Go
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Strava Bulk Edit
Unfortunately, Strava doesn't allow users to update information about more than one activity at once. This small command-line utility saves you the tedious work of updating every single activity by hand.
## Usage
Simply download the binary from the [releases page](https://github.com/samuelmeuli/strava-bulk-edit/releases/latest) and execute it using the following command:
```sh
./strava-bulk-edit --help
```
## Example
For example, you could make all of your Strava activities before 2018 private using the following command:
```sh
./strava-bulk-edit visibility only_me --to 2018-01-01
```
## Options
The following activity attributes can be updated using this command-line script:
* title
* description
* commute
* type
* visibility
You can update all of your activities using the `--all` flag or activities in a date range using the `--from` and/or `--to` flags.
Run `./strava-bulk-edit --help` for detailed descriptions of the commands and information about allowed values.