https://github.com/evolkmann/redpoint-strava-exporter
A utility to export activities captured with Redpoint to Strava
https://github.com/evolkmann/redpoint-strava-exporter
Last synced: about 1 year ago
JSON representation
A utility to export activities captured with Redpoint to Strava
- Host: GitHub
- URL: https://github.com/evolkmann/redpoint-strava-exporter
- Owner: evolkmann
- Created: 2022-01-06T12:11:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T18:03:35.000Z (over 1 year ago)
- Last Synced: 2025-03-20T06:43:40.213Z (about 1 year ago)
- Language: TypeScript
- Size: 475 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# redpoint-strava-exporter

A set of tools for exporting climbing activities tracked with the
[Redpoint App](https://redpoint-app.com/) as [Strava](https://www.strava.com/)
activities.
## Status
The exported activities are not yet perfect and will probably be improved
as I generate more test data over time :)
Currently, the project can only be used via the [CLI](./packages/cli).
I plan to provide a web app, maybe even a proper Strava API integration.
The generated files (GPX and description) must currently be updated manually via
the [Strava API](https://developers.strava.com/docs/reference/#api-Uploads-createUpload).
## Motivation
I was not satisfied with the default Strava export that Redpoint uses for
a couple of reasons:
- Description is not customizable or localized
- *Active Time* and *Elevation* are calculated poorly based on the exported GPS data
This project aims to provide an open, customizable and hopefully more accurate
export utility.