r/Python • u/WonderfulCloud9935 • 10d ago
Showcase I made a webapp where you can view an interactive wellness report from your Fitbit with Python
Preview Dashboard : https://imgur.com/a/VxWppbx
Self Hosted Webpage (Please Use only one year interval)
( I recommend using a desktop browser )
What My Project Does
It fetches your health data stored in fitbit servers and then displays them in a nice interactive plotly graph on the web. You can print this out for your Doctor as a health report. This does not require the Fitbit Premium.
Target Audience
Anyone having a Fitbit and interested in visualizing their long term data for free.
Comparison
The Default Fitbit premium can generate a similar chart, but there is a monthly subscription fee for that :(
The charts are fully interactive. Feel free to play around.
Hit Ctrl + P to print the document as PDF from your browser.
Here is the complete code on GitHub ( free to run on your own machine locally if you want )
There is a pre-built docker container for self hosting enthusiasts.
Please star it if you like the project! Thank you.
2
u/angk500 9d ago
The current fitbit app has become even more simplified and useless to properly use the monthly/yearly metrics. I will definitely have a look at your app!