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
177 stars 45 forks source link

migration from xbox-smartglass-rest-python #99

Open ilker-aktuna opened 12 months ago

ilker-aktuna commented 12 months ago

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 to move on to a not deprecated solution.

But I am not sure how I can migrate to webapi. Should I write my own rest endpoints to receive commands ? are there any example codes for that ?

I am not a python coder. I know very few about it. If there is an already implemented solution, maybe it could help. I just need to /connect /poweron and /poweroff my xbox console.

ilker-aktuna commented 11 months ago

is this abandoned?