flow-client
flow-client copied to clipboard
A python client library to interact with Polar Flow
Hi, Link to download activity in .tcx format has been changed. Now it looks like this: `https://flow.polar.com/api/export/training/tcx/1718507404?compress=true` I suggest new way to create tcx_url variable: ```python idActivity = filter(str.isdigit,str(self.data['url'])) tcx_url...
I don't think this is actually possible to do through the Flow web interface, but worst case we might be able use wireshark to see how FlowSync does it.
Apparent the zip file for a multisport training sessions can have multiple tcx files in it. The current implementation assumes there will only ever be one tcx file and will...