{"id":22418953,"url":"https://github.com/paul-bokelman/fit-tracker","last_synced_at":"2026-04-28T17:01:35.949Z","repository":{"id":224885639,"uuid":"764495649","full_name":"paul-bokelman/fit-tracker","owner":"paul-bokelman","description":"simple fitness program for quick tracking and visualization of progress","archived":false,"fork":false,"pushed_at":"2024-02-28T07:40:25.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T02:08:28.094Z","etag":null,"topics":["csv","python","terminal"],"latest_commit_sha":null,"homepage":"","language":"Python","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/paul-bokelman.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}},"created_at":"2024-02-28T07:17:38.000Z","updated_at":"2024-12-05T00:03:50.000Z","dependencies_parsed_at":"2024-02-28T08:31:15.757Z","dependency_job_id":"016f7154-8dfe-472e-b332-9068dae9a94a","html_url":"https://github.com/paul-bokelman/fit-tracker","commit_stats":null,"previous_names":["paul-bokelman/fit-tracker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paul-bokelman/fit-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paul-bokelman%2Ffit-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paul-bokelman%2Ffit-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paul-bokelman%2Ffit-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paul-bokelman%2Ffit-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paul-bokelman","download_url":"https://codeload.github.com/paul-bokelman/fit-tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paul-bokelman%2Ffit-tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32390067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"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":["csv","python","terminal"],"created_at":"2024-12-05T16:13:34.960Z","updated_at":"2026-04-28T17:01:35.928Z","avatar_url":"https://github.com/paul-bokelman.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Local fitness tracker\n\nA simple fitness tracker that allows you to track and visualize your daily workouts and weight.\n\n## Features\n\n- Log Weight\n- Log Workout\n- View Previous Workouts\n- View Weights\n- View Progress (graphs)\n\n## Usage\n\n```bash\npython3 tracker.py\n```\n\n### Local files\n\nAll data is stored in local files. The following files are used:\n\n`data/weight-log.csv`\n\n```csv\ndate,time,weight\nx,x,x\n```\n\n`data/workout-log.csv`\n\n```csv\nid,date,time,names,weights\nx,x,x,x,x\n```\n\n`config.json`\n\n```json\n{\n  \"maintenance_calories\": 2200,\n  \"workouts\": {\n    \"A\": [\"Bench\", \"Incline Bench\", \"Overhead Press\", \"Squat\"],\n    \"B\": [\"Pull-up\", \"Barbell Row\", \"Deadlift\", \"Curl\"]\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaul-bokelman%2Ffit-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaul-bokelman%2Ffit-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaul-bokelman%2Ffit-tracker/lists"}