This library provides the core foundation for the smartglass protocol that is used with the Xbox One Gaming console
For in-depth information, check out the documentation: (https://openxbox.github.io)
- Python >= 3.5
- construct (https://construct.readthedocs.io/)
- cryptography (https://cryptography.io/en/stable/)
- gevent (http://www.gevent.org/)
- dpkt (https://dpkt.readthedocs.io/en/latest/)
Via pip:
pip install xbox-smartglass-core
Authenticate first (Authentication provided by xbox-webapi-python):
$ xbox-authenticate # Alternative: Use the ncurses terminal ui, it has authentication integrated $ xbox-tui
Now have a look in the Documentation how to use the provided shell-scripts!
Here you can see the SmartGlass TUI (Text user interface):
- Find, report and/or fix them ;)
- Report bugs/suggest features
- Add/update docs
- Enhance managers
This package uses parts of Cookiecutter and the audreyr/cookiecutter-pypackage project template.