jaroslawhartman / withings-sync

Synchronisation of Withings weight
MIT License
457 stars 89 forks source link

Garth now natively supports upload as of [0.4.32](https://github.com/matin/garth/releases/tag/0.4.32). #139

Closed longstone closed 1 year ago

longstone commented 1 year ago
          Garth now natively supports upload as of [0.4.32](https://github.com/matin/garth/releases/tag/0.4.32).
with open("12129115726_ACTIVITY.fit", "rb") as f:
    uploaded = garth.client.upload(f)

Let me know if anyone runs into issues, and I can fix them.

Originally posted by @matin in https://github.com/jaroslawhartman/withings-sync/issues/132#issuecomment-1740909987

jrast commented 1 year ago

This is addressed in https://github.com/jaroslawhartman/withings-sync/pull/143