Fitbit → Selenium → Beyond the Whiteboard
I use Beyond the Whiteboard to track my workouts, it’s really good, but for some reason they don’t publish an API. I also have a Fitbit Aria that records my considerable attraction to this nice planet of ours. Fitbit do have an API, but in a short bit of faffing about I couldn’t get it to work[1. I was using Temboo which seems like a pretty cool thing], but they also have a csv download[1. as a one off thing, if you want to do it again you need to pay them $60 a year - arseholes.].
We’re just moving to using Selenium based functional tests at work, so I figured that a good way to clear my hangover was to learn a little bit of Selenium.
So I have a place that I can store my weight and body composition along with my workouts (but no automatic way to do this (BTW)), a way of automatically recording my weight and body composition (Fitbit), and a way to join them up (Selenium).
I’m pretty sure that this is a bad way to do this, but it works and will give me something to build on as I learn how to do it better.