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

Asynchronous Requests #7

Closed frxncisjoseph closed 4 years ago

frxncisjoseph commented 5 years ago

I believe making all requests asynchronous would be a big performance boost. Switching libraries to grequests or aiohttp for example.

tuxuser commented 4 years ago

Finally I decided that this route is a good one ;D