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

games list #54

Closed ReenigneArcher closed 3 years ago

ReenigneArcher commented 3 years ago

Can xbox-webapi-python do the following?

If so are there any examples available?

If not do you know of a python module that can do these functions? I know Home Assistant has an integration (https://github.com/home-assistant/core/tree/dev/homeassistant/components/xbox) that can do the first three items in my list, but I'd rather not have to reverse engineer their integration and have to strip out all of their entity and sensor stuff.

uxm5jc commented 3 years ago

I'm not 100% on the checking your list of games but you can definitely search up games and power on/off the xbox. its also in like the first paragraph of the readme file...

ReenigneArcher commented 3 years ago

I'm not 100% on the checking your list of games but you can definitely search up games and power on/off the xbox. its also in like the first paragraph of the readme file...

I apologize, but I didn't see answers to my questions in the readme. This is the first paragraph which doesn't specifically mention any of the items I asked about.

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

Since I created this issue I did find the smartglass core repository here and was able to power on/off the console and get info about the recently (all) played games. I didn't see a way to get a list of currently installed games/apps or owned games/apps. Launching also didn't appear to work. I'll keep digging and see if I can figure out how home assistant is doing these things.

Thanks.