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

Update people.py #12

Closed kufhjer closed 5 years ago

kufhjer commented 5 years ago

Added "get_friends_by_xuid()" to people.py, it lets you fetch a list of friends from a specified XUID.

people_data = xbl_client.people.get_friends_by_xuid(XUID) people_data = json.loads(people_data.text)