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
175 stars 44 forks source link

Python 3.10 compatibility #81

Closed DJStompZone closed 1 year ago

DJStompZone commented 1 year ago

Updated to conform to new asyncio requirements in python 3.10, added feedback to indicate to the user if/when authentication is successful

tuxuser commented 1 year ago

Please remove the unused function get_home. Also set argument to async_main back to token_filepath: str, as the default-value is set by argparse. Otherwise it wouldn't be possible to set a Custom tokenpath via CLI.

Then it's good to merge.

tuxuser commented 1 year ago

Superseeded by #83 - thx tho