ondrej1024 / carelink-python-client

Experimental Medtronic CareLink Client in Python
GNU Affero General Public License v3.0
39 stars 21 forks source link

Which branch is the one that works with the Carelink Connect API? #21

Closed greencoder closed 3 months ago

greencoder commented 3 months ago

I have been using code from the refresh_token branch because I thought it was the most recent, but now I'm not sure. My code stopped working last Saturday and I can no longer log in. (it had been working perfectly all year without a single problem)

The main branch has the captcha stuff so I'm not sure if it's the one I should be using. I tried main yesterday with the carelink_carepartner_api_login.py file and I can't get it to work - it returns "invalid username or password" when I try to log in. (despite the fact that I can use the credentials to log in to the Carelink Connect iOS app)

ondrej1024 commented 3 months ago

You need the new "Carelink Python Client2" from the main branch. It resolves the login issue with the Capcha challenge and implements the API which is used by the Carelink connect app (instead of the Web UI).

greencoder commented 3 months ago

Perfect. Thanks!