Hi,
Anyone got any experience running this on Python 2? I'm fiddling around on an openwrt solution that sadly doesn't have Python 3.
I've tried converting using 3to2, and it works to a certain extent, but so far, the "_get_header_for_api_calls" function fails miserably on exchanging the token. I'm guessing that it's related to parsing Unicode, base64 strings or both. session.login() works though. 🤷🏻♂️🤔