xbox-webapi-python icon indicating copy to clipboard operation
xbox-webapi-python copied to clipboard

A python library to authenticate with Xbox Live via your Microsoft Account and provides Xbox related Web-API.

Results 24 xbox-webapi-python issues
Sort by recently updated
recently updated
newest added

As of March 13th, Microsoft implemented some sort of changes to their API which now prevents newly captured screenshots from being returned from the mediahub or screenshotsmetadata endpoints. I believe...

I'm not a python user at all, so apologies if this is basic stuff. But I saw the setup.py references the xbox-xal command for the relevant script. However, when I...

I think this is more of a proof-of-concept at the moment. ## To-Do - [ ] Add `429` handling? _Would it be worth logging/otherwise storing times when rate limited requests...

feature

Hello and thank you for building this lib. I have a question regarding XBOX api: Is it possible to get game cost depending on region?

Could anyone explain why this package switched over to httpx from aiohttp? httpx has been nothing but trouble in my experience and sacrifices performance for "ease of use" which seems...

When creating an `XboxLiveClient`, it's possible to add a language. However, this language is not taken into account when retrieving achievement information. Per Microsoft's documentation, the endpoints can take into...

when querying for some user batches, one may fail with an error like this: `1 validation error for PresenceBatchResponse 0.devices.0.titles.0.activity Input should be a valid list [type=list_type, input_value={'richPresence': 'Neptune: Story'},...

C:\Users\perso>xbox-authenticate Serving HTTP Server for auth callback at port 8080 Exception in thread Thread-1 (serve_forever): Traceback (most recent call last): File "C:\Users\perso\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1052, in _bootstrap_inner Traceback (most recent call...

I had get user's game list form request "https://titlehub.xboxlive.com:443/users/xuid(xuid)/titles/titlehistory/decoration/achievement,image,scid" and get many detail, but I can't found play duration in each game. How can i get it? Please,Appreciate!

I have been using the rest api (https://github.com/OpenXbox/xbox-smartglass-rest-python) But now it gives me an "internal server error" when I try to connect (/device/LIVEID/connect) So I thought maybe it is time...