xapy

A Python wrapper around the xapi.us Xbox API


License
MIT
Install
pip install xapy==0.0.1

Documentation

xapy

A simple Python wrapper around the xapi.us Xbox API service.

Setup

pip install xapy

Usage

Import the library and initialize a Client:

from xapy import Client

client = Client("my api token")