{"id":38653494,"url":"https://github.com/tolik518/strong-api-workout-fetch","last_synced_at":"2026-01-17T09:24:39.755Z","repository":{"id":310135601,"uuid":"938392538","full_name":"tolik518/strong-api-workout-fetch","owner":"tolik518","description":"Fetch your own workout data from your \"Strong\" app","archived":false,"fork":false,"pushed_at":"2025-09-26T21:25:07.000Z","size":309,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-07T22:21:28.068Z","etag":null,"topics":["api","hacktober","hacktoberfest","resistance-training","strong-app","strongapp"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"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/tolik518.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-24T22:09:20.000Z","updated_at":"2025-12-01T08:50:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"24f9d63e-db2a-42e3-8831-b01d8d326d6e","html_url":"https://github.com/tolik518/strong-api-workout-fetch","commit_stats":null,"previous_names":["tolik518/strong-api-workout-fetch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tolik518/strong-api-workout-fetch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tolik518%2Fstrong-api-workout-fetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tolik518%2Fstrong-api-workout-fetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tolik518%2Fstrong-api-workout-fetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tolik518%2Fstrong-api-workout-fetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tolik518","download_url":"https://codeload.github.com/tolik518/strong-api-workout-fetch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tolik518%2Fstrong-api-workout-fetch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28505481,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","hacktober","hacktoberfest","resistance-training","strong-app","strongapp"],"created_at":"2026-01-17T09:24:38.328Z","updated_at":"2026-01-17T09:24:39.432Z","avatar_url":"https://github.com/tolik518.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Strong APP Workout Fetch\n\nThis is a Rust-based service to fetch workouts from the [Strong App](https://www.strong.app/) (available for [Apple](https://apps.apple.com/us/app/strong-workout-tracker-gym-log/id464254577) and [Android](https://play.google.com/store/apps/details?id=io.strongapp.strong)) and store them in a Clickhouse database.\n\n\nThe URL to the API backend is not provided here, for now, because it's not entirely public and because of possible legal implications.\n\nIf using docker-compose, the service will run 18:00, 18:30, 19:00, 19:30, 20:00 and 20:30, but you can change this in the `Dockerfile`.\n\n## Why?\n\nSo you can do fun stuff with your workout data, like doing silly grafana dashboards.\nFor example, you can use the [Grafana Clickhouse plugin](https://grafana.com/grafana/plugins/grafana-clickhouse-datasource/) to visualize your workout data.\n\nYou can make heatmaps, like the one you have on github, or you can make a dashboard that shows your progress over time, or you can make a dashboard that shows your workout history.\n\n![heatmap](./.github/heatmap.png)\nYou can find the Grafana JSON for the [heatmap](./examples/grafana/heatmap.json) and for the [excercises per week](./examples/grafana/excercises-per-week.json) in the [examples](./examples/grafana) folder.\n\n\n## How to use\n\n0. Have your Clckhouse database ready and running\n1. Clone this repo\n2. Create .env file in the root directory with the following content:\n    ```ini\n    STRONG_BACKEND=https://strong_backend_url.com\n    \n    STRONG_USER=your_strong_user\n    STRONG_PASS=your_strong_pass\n\n    CLICKHOUSE_HOST=clickhouse\n    CLICKHOUSE_USER=default\n    CLICKHOUSE_PASS=\n    CLICKHOUSE_TABLE=strong\n    ```\n3. Run with `cargo run`\n\n### Alternatively: Use Docker Compose to run the service:\n\n1. Make sure you have Docker and Docker Compose installed.\n2. Create a `.env` file in the root directory with the same content as above.\n   3Start the service with `docker compose up -d`.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftolik518%2Fstrong-api-workout-fetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftolik518%2Fstrong-api-workout-fetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftolik518%2Fstrong-api-workout-fetch/lists"}