https://github.com/florianbussmann/wger-workouts
Parses workout export from Hevy e.g. to add information to Strava.
https://github.com/florianbussmann/wger-workouts
strava wger workout
Last synced: 22 days ago
JSON representation
Parses workout export from Hevy e.g. to add information to Strava.
- Host: GitHub
- URL: https://github.com/florianbussmann/wger-workouts
- Owner: florianbussmann
- Created: 2026-05-02T13:22:18.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-02T15:21:28.000Z (2 months ago)
- Last Synced: 2026-05-02T15:33:57.671Z (2 months ago)
- Topics: strava, wger, workout
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wger-workouts
Parses workouts from wger instance e.g. to add information to Strava.
Requires API_KEY from https://wger.de/de/user/api-key to be stored in `.env`. Another wger instance can be specified using variable `BASE_URL=https://wger.example.co/api/v2`.
```shell
cp .env_example .env
nano .env
uv run main.py
```