OpenXbox / xbox-webapi-python

A python library to authenticate with Xbox Live via your Microsoft Account and provides Xbox related Web-API.
https://pypi.python.org/pypi/xbox-webapi
MIT License
178 stars 46 forks source link

Added error message for child accounts, added aiohttp speedups, test now read files in UTF-8, optimised images #55

Closed Nereg closed 3 years ago

Nereg commented 3 years ago
Nereg commented 3 years ago

Also example in README doesn't work. I will fix it later

tuxuser commented 3 years ago

Thanks, good additions. Just installing aiodns and cchardet already improves speed - or do they need to be initialized/utilized in any way?

Nereg commented 3 years ago

As far as I know no they don't need any initialization/utilization. If that was the case they would have mentioned it on the page