Pipeline for processing activity data and pushing results to Endurain. Aims to provide automated integrations from Amazfit watch and Garmin Edge Explore 2 via Gadgetbridge's automatic uploads to adding activities in endurain.
- Python 75.9%
- Dockerfile 24.1%
| .gitignore | ||
| .python-version | ||
| Dockerfile | ||
| main.py | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
endurain-processing-pipeline
Pipeline for processing activity data and pushing results to Endurain. Aims to provide automated integrations from Amazfit watch and Garmin Edge Explore 2 via Gadgetbridge's automatic uploads to adding activities in endurain.
Running the script
docker run -it -e -v ../test/unprocessed:/app/unprocessed -v ../test/processed:/app/processed endurain-processing:latest
Injecting the api key
Export an environment variable with the name API_KEY into the docker image. E.g. via the --env-file option in docker run