Ask: To see how much I have been lifting for how many reps on a given date for a given exercise.
Specifically I've been trying to solve this problem by parsing the activity summary JSON from my data management export. I have just spent 2+ hours browsing github and writing python to no avail.
Currently the best option I have identified is not practically workable: I would have to download each file from each strength activity individually and then append them. The CSV activity summary download on Web does not include any weights, even though it has sets and reps!!
Can I get some python code? Or can we get weights added to the CSV activity summary export for strength exercises?
