petergardfjall / garminexport

Garmin Connect activity exporter and backup tool
Apache License 2.0
500 stars 85 forks source link

Adding get activity and update activity methods #74

Open ldenisey opened 3 years ago

ldenisey commented 3 years ago

garminclient.py - Adding get_activities method to get all the data at once, adding update_activity to modify an activity sample/* - Adding base examples for getting and modifying activities

I needed to clean the activities that I imported from Tomtom sports application. I have refactored and added some methods to query, filter and update activites. I also provided more samples, it might help others.