{"id":23104542,"url":"https://github.com/aexel90/strava_komoot_sync","last_synced_at":"2025-08-30T17:38:11.467Z","repository":{"id":133220797,"uuid":"490155383","full_name":"aexel90/strava_komoot_sync","owner":"aexel90","description":"Activity Synchronization between Strava and Komoot","archived":false,"fork":false,"pushed_at":"2025-03-17T14:16:28.000Z","size":41,"stargazers_count":9,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-04T14:21:23.583Z","etag":null,"topics":["docker","go","komoot","strava","sync"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aexel90.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-09T06:06:32.000Z","updated_at":"2025-03-17T14:16:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"46fd76ff-10c7-43da-9b15-ea35cbb3bec3","html_url":"https://github.com/aexel90/strava_komoot_sync","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aexel90/strava_komoot_sync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aexel90%2Fstrava_komoot_sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aexel90%2Fstrava_komoot_sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aexel90%2Fstrava_komoot_sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aexel90%2Fstrava_komoot_sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aexel90","download_url":"https://codeload.github.com/aexel90/strava_komoot_sync/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aexel90%2Fstrava_komoot_sync/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267110043,"owners_count":24037634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","go","komoot","strava","sync"],"created_at":"2024-12-17T00:35:32.415Z","updated_at":"2025-07-26T03:12:04.474Z","avatar_url":"https://github.com/aexel90.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StravaKomootSync\n\n[![Docker Image CI](https://github.com/aexel90/strava_komoot_sync/actions/workflows/docker-image.yml/badge.svg)](https://github.com/aexel90/strava_komoot_sync/actions/workflows/docker-image.yml)\n\nActivity Synchronization between Strava and Komoot.\nSynchronization direction: Strava --\u003e Komoot\n\nWhat is synced:\n- Name of the activity\n- Visibility (private, public)\n\n## Script Parameter\n\n    $GOPATH/bin/strava_komoot_sync -h\n\n    Usage of ./strava_komoot_sync:\n        -debug\n                Log debug level\n        -komoot_email string\n                Komoot Email\n        -komoot_pw string\n                Komoot Password\n        -komoot_userid string\n                Komoot User ID\n        -strava_athleteid int\n                Strava Athlete ID\n        -strava_clientid int\n                Strava Client ID\n        -strava_clientsecret string\n                Strava Client Secret\n        -strava_virtualRide_gearid string\n                Strava Virtual Ride GearID\n        -sync_all\n                Sync all activities\n\nFlag \"-sync_all\"\n- true:  all activities will be synched once and program terminates\n- false: the last 30 Strava activities will be synched\n\n## Run Docker Container\n### ... via Dockerfile\n        docker build --tag stravakomootsync:latest .\n        docker run -d -p 8080:8080 --name stravakomootsync --restart unless-stopped -e 'KOMOOT_EMAIL=*****' -e 'KOMOOT_PWD=*****' -e 'KOMOOT_USERID=*****' -e 'STRAVA_CLIENTID=*****' -e 'STRAVA_CLIENTSECRET=*****' -e 'STRAVA_ATHLETEID=*****' -e 'STRAVA_VIRT_GEARID=*****' stravakomootsync\n\n### ... via docker-compose and pre-build package from ghcr.io\n        cp .env.template .env\n        vi .env\n        docker compose up -d\n\n## TODOs\n- sync pics\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faexel90%2Fstrava_komoot_sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faexel90%2Fstrava_komoot_sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faexel90%2Fstrava_komoot_sync/lists"}