├── .gitignore ├── LICENSE ├── README.md └── xboxoneexternal.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gitFurious/xboxoneexternal/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gitFurious/xboxoneexternal/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gitFurious/xboxoneexternal/HEAD/README.md -------------------------------------------------------------------------------- /xboxoneexternal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gitFurious/xboxoneexternal/HEAD/xboxoneexternal.py --------------------------------------------------------------------------------