xbox-webapi-python
xbox-webapi-python copied to clipboard
A python library to authenticate with Xbox Live via your Microsoft Account and provides Xbox related Web-API.
This change is to fix https://github.com/home-assistant/core/issues/133965 due to creating an SSLContext that does blocking IO. This adds an optional parameter to `SignedSession` to allow passing in an existing context.
Does anyone know how the achievement rarity can be retrieved? The endpoint `users/xuid({xuid})/achievements` when using `"X-XBL-Contract-Version" = 3` it returns the `rarity` object; but it seems not accept the `titleId`...
https://github.com/ActiveState/appdirs/commit/8734277956c1df3b85385e6b308e954910533884
Apparently there is the following system AND a friend request system now. Following someone is not the same thing as adding them as a friend now, which has completely broken...
I updated the `PeopleProvider` to use xbl-contract-version 7. This results in some changes in the data structure and the API endpoints. There are now also different endpoints for friends and...
Hi, I noticed there are some outdated API endpoints like the one ones in the PeopleProvider. Some data isn't provided anymore but if I update the xbl-contract-version for the peoplehub...
Is there a way to force an xbox to logout of any logged account and move it for the account selection screen? I know that reboot does that, but is...
Only found on tests the endpoint https://xccs.xboxlive.com/commands Someone can point me on the right direction on using it properly? https://github.com/OpenXbox/xcloud-python/blob/master/xcloud/smartglass_api.py was the best I found so far Thanks!