Skip to content

Python

Owning my Garmin data

  • SSP 

Over the last month, I took some time to build a tiny WordPress plugin that fetches data from my garmin connect platform and displays it on my website. Currently the workflow only pulls activity data from the platform – which was my focus for this month. With modifications to the python script, I think this can be extended further to fetch any type of data from the platform.

May 7, 2021 14:31

  • SSP 

Earlier this week, I came across this nifty python tool that lets you backup all your garmin data from the Garmin-Connect platform. I wrote a crude WordPress plugin to parse the json files over and display the data on my website here. The tool is kind of unstable because it essentially ‘mimics’ a regular Garmin-connect…