cyberjunky / python-garminconnect

Python 3 API wrapper for Garmin Connect to get activity statistics
MIT License
964 stars 149 forks source link

How to get direct answer for a specific info #110

Closed demokedes closed 1 year ago

demokedes commented 1 year ago

Dear cyberjunky, First I would like to congratulate you for this effort. It is amazing. This is not an issue, but a question. I would like to trak my resting hart rate as an example. My idea is that every day at the end of the day, a script will get this data and write into the sql DB. How can I run this file and ingest "a" command? I also saw it is called: "api.get_rhr_day('2023-01-09')". how can I call it directly? Thank you very much for your answer in advance!

Update.... In the meantime, I already solved it on my own. Just calling specific api call.

demokedes commented 1 year ago

Update.... In the meantime, I already solved it on my own. Just calling specific api call.