An app to automatically pull (using API AccessLink) and analyze workouts and activities recorded using Polar devices.
- Currently works activitis recorded by Polar watch and devices.
- In future, I plan to include garmin data as well.
Technical aspects:
- Fully Python based App.
- Plotly dashboard package is used for the App layout and functionality.
- Plotly is used for data visualization.
Note: You need to create your API credentials:
- client_id
- client_secret
- access_token
- user_id
and save it in the appropriate yml file under folder - credentials.
-
App layout: "Distance" tab is seleted. Steps-like view of total distance in selected time range.
- "Distance" tab is seleted. Pie-chart view of total distance in selected time range.
- "Duration" tab is seleted. Steps-like view of total distance in selected time range.
- Calendar is included to select custom time range.