An open API service indexing awesome lists of open source software.

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.

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
```