{"id":42422572,"url":"https://github.com/1x-eng/fitbit_webservice","last_synced_at":"2026-01-28T03:02:34.959Z","repository":{"id":38189672,"uuid":"121818447","full_name":"1x-eng/fitbit_webservice","owner":"1x-eng","description":"RESTful python wrapper over FITBIT SDK","archived":false,"fork":false,"pushed_at":"2025-11-11T01:12:22.000Z","size":33,"stargazers_count":10,"open_issues_count":6,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-11-11T03:11:14.036Z","etag":null,"topics":["falcon-api","fitbit","fitbit-api","fitbit-python","fitbit-python-api","fitbit-python-wrapper","fitbit-sdk","fitbit-tracker","fitbit-webservice","fitbitpython","fitness-sdk","gunicorn-service","hacktoberfest","hacktoberfest2018","python-api-wrapper","python-fitbit","python-fitness-tracker","python-sdk-fitbit","python-wrapper-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/1x-eng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-02-17T01:31:58.000Z","updated_at":"2025-08-29T10:55:56.000Z","dependencies_parsed_at":"2024-10-23T04:54:50.118Z","dependency_job_id":"3df8037d-096b-4e5f-8110-74fda801af21","html_url":"https://github.com/1x-eng/fitbit_webservice","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/1x-eng/fitbit_webservice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1x-eng%2Ffitbit_webservice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1x-eng%2Ffitbit_webservice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1x-eng%2Ffitbit_webservice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1x-eng%2Ffitbit_webservice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1x-eng","download_url":"https://codeload.github.com/1x-eng/fitbit_webservice/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1x-eng%2Ffitbit_webservice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28835765,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T02:10:51.810Z","status":"ssl_error","status_checked_at":"2026-01-28T02:10:50.806Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["falcon-api","fitbit","fitbit-api","fitbit-python","fitbit-python-api","fitbit-python-wrapper","fitbit-sdk","fitbit-tracker","fitbit-webservice","fitbitpython","fitness-sdk","gunicorn-service","hacktoberfest","hacktoberfest2018","python-api-wrapper","python-fitbit","python-fitness-tracker","python-sdk-fitbit","python-wrapper-api"],"created_at":"2026-01-28T03:02:34.846Z","updated_at":"2026-01-28T03:02:34.953Z","avatar_url":"https://github.com/1x-eng.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FITBIT WEB SERVICE USING PYTHON\n\nPython wrapper; a RESTful wrapper over FITBIT.\n\nNOTE: uses gunicorn (https://docs.gunicorn.org/en/stable/index.html) which is WSGI HTTP server for `*nix` systems. On windows, you might want to swap gunicorn with uWSGI or other alternatives.\n\n# Features:\n  - oAuth via dedicated endpoint.\n  - config is simpler.\n  - leverages concurrency \u0026 threading - so its decently fast.\n\n# Getting Started:\n- Create a valid fitbit account and setup an `App` here - https://dev.fitbit.com/apps/new\n- Grab your `client ID` and `client secret`.\n- Clone \u0026  `cd fitbit_webservice`\n- Edit `fitbit_wrapper_config.py` \u003e add client ID and client secret \u003e save.\n- `pip install -r requirements.txt` in venv of your choice.\n```sh\n    gunicorn -b localhost:8000 fitbit_web_service:app --reload\n```\n- Interact with your webservice with dedicated #Keywords:\n```sh\n    http://localhost:8000/processFitbitApi?keyword=todays_steps_real_time\n```\n\n# Keywords\n- todays_steps_realtime: Get Real time steps (Until last sync with the device) from fitbit.\n- last_7_days_steps: Get total steps covered for last 7 days.\n- todays_calories_realtime: Get calories burned for for current day.\n- last_7_days_calories: Get calories burned data for last 7 days.\n- todays_sedentary_minutes_realtime: Get sedentary minutes for current day.\n- last_7_days_sedentary_minutes: Get sedentary minutes for last 7 days.\n- todays_lightly_active_minutes_realtime: Get lightly active minutes for current day.\n- todays_fairly_active_minutes_realtime: Get fairly active minutes for current day.\n- todays_very_active_minutes_realtime: Get very active minutes for current day.\n- last_7_days_lightly_active_minutes: Get lightly active minutes for last 7 days.\n- last_7_days_fairly_active_minutes: Get fairly active minutes for last 7 days.\n- last_7_days_very_active_minutes: Get very active minutes for last 7 days.\n- todays_realtime_distance_covered: Get distance covered for current day.\n- last_7_days_distance_covered: Get distnace covered for last 7 days.\n- lifetime_activities_details: Get fitbit lifetime activities details. \n- get_friends_leader_board: Get friends leader board details. \n- todays_sleep_details: Get sleep details for current day.\n- todays_heart_details: Get heart details for current day.\n\n# License\n----\nMIT License\n\nCopyright (c) 2018 Pruthvi Kumar\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1x-eng%2Ffitbit_webservice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1x-eng%2Ffitbit_webservice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1x-eng%2Ffitbit_webservice/lists"}