Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/securingsincity/google-home-xbox
https://github.com/securingsincity/google-home-xbox
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/securingsincity/google-home-xbox
- Owner: securingsincity
- Created: 2017-08-16T02:23:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T01:56:43.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T01:01:35.334Z (8 months ago)
- Language: Python
- Size: 27.3 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Home Xbox Power
Turn on and off your Xbox One from The Google Home. Requires Nodejs and Python
### Getting your Xbox One's IP address
On your Xbox, go to Settings > Network > Network Settings > Advanced Settings
### Getting your Live ID
On your Xbox, go to Settings > System > Console info & updates and look under "Xbox Live device ID"
## HTTP Server
```
export XBOX_DEVICE_ID=
export XBOX_IP=
export XBOX_USERNAME=
export XBOX_PASSWORD=
pip install
npm start
```