coddingtonbear / python-myfitnesspal

Access your meal tracking data stored in MyFitnessPal programatically
MIT License
797 stars 139 forks source link

Add cloudscraper session #172

Closed qmirioni closed 9 months ago

qmirioni commented 9 months ago

Seems to solve #168 on my end in a docker environment.

Create a cloudscraper session based on a default requests Session and use it in the Client

coddingtonbear commented 9 months ago

A variant of this was released as part of 2.1.0. Thanks for testing this and getting it working, @qmirioni!