{"id":20512042,"url":"https://github.com/wardlt/fitbit-fthr","last_synced_at":"2026-05-09T18:42:14.349Z","repository":{"id":91621811,"uuid":"112046462","full_name":"WardLT/fitbit-fthr","owner":"WardLT","description":"Some notebooks for analyzing heart rate data from my Fitbit","archived":false,"fork":false,"pushed_at":"2017-11-26T04:29:44.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-05T21:02:42.663Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","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/WardLT.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":"2017-11-26T01:14:39.000Z","updated_at":"2019-12-06T16:12:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"d4056642-70ed-4ba8-b83d-ed262584a9f1","html_url":"https://github.com/WardLT/fitbit-fthr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WardLT/fitbit-fthr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WardLT%2Ffitbit-fthr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WardLT%2Ffitbit-fthr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WardLT%2Ffitbit-fthr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WardLT%2Ffitbit-fthr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WardLT","download_url":"https://codeload.github.com/WardLT/fitbit-fthr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WardLT%2Ffitbit-fthr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32831493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":[],"created_at":"2024-11-15T20:39:30.573Z","updated_at":"2026-05-09T18:42:14.318Z","avatar_url":"https://github.com/WardLT.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Studying Heart Rate Zones with Fitbit Data\n\nThis repository is a collection of Jupyter notebooks to compute my heart rate zones using Fitbit tracking data. \n\n## Installation\n\n### Setting Up the Environment\n\nThe first thing you will need to do is install Jupyter with a Python3 kernel. \nThe Python kernel should have access to the libraries listed in `requirements.txt` and [python-fitbit](https://github.com/orcasgit/python-fitbit). \n\n### Getting the Required Keys\n\nYou will also need to set up a Fitbit web app in order to access your data via the Web API. \nFirst, go to [dev.fitbit.com](https://dev.fitbit.com/apps/new) and create a new Web App. \nYour web app must be a 'Personal' type, and the callback should be `http://127.0.0.1:8080/`. \nI also chose 'Read Only' access, as I did not want to give myself the power to mess up my Fitbit data.\n\nOnce complete, copy the Client ID and secret into their places in the `client-data.json` file.\nNext, use the `gather_keys_oauth2.py` utility from [python-fitbit](https://github.com/orcasgit/python-fitbit/blob/master/gather_keys_oauth2.py) to get the Access and Refresh keys for your app.\nCopy the keys into `client-data.json`.\n\n## Running\n\nRun the notebooks in the following order:\n- `get-activities.ipynb` to get a list of active days.\n- `get-fthr.ipynb` to determine my FTHR and heart-rate zones","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwardlt%2Ffitbit-fthr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwardlt%2Ffitbit-fthr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwardlt%2Ffitbit-fthr/lists"}