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

Collect XUID from Gamertag #2

Closed kufhjer closed 6 years ago

kufhjer commented 6 years ago

Any idea how to get the XUID from a Gamertag name? And how to fetch achievements based on titleId?

tuxuser commented 6 years ago

Added Profile and Achievement Providers

kufhjer commented 6 years ago

This is working just perfect, thanks allot!