Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erik/alexacast
Chromecast support for Amazon Alexa
https://github.com/erik/alexacast
alexa amazon-alexa-skill chromecast python
Last synced: about 2 months ago
JSON representation
Chromecast support for Amazon Alexa
- Host: GitHub
- URL: https://github.com/erik/alexacast
- Owner: erik
- License: bsd-2-clause
- Archived: true
- Created: 2015-10-25T04:28:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-15T01:14:06.000Z (over 7 years ago)
- Last Synced: 2024-08-04T00:03:36.320Z (5 months ago)
- Topics: alexa, amazon-alexa-skill, chromecast, python
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 112
- Watchers: 18
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alexacast
Alexa skill to control local Chromecast devices. Check out the documentation on
[alexandra](https://github.com/erik/alexandra) for setup instructions. You'll
need to run it on the same network as your Chromecast.TL;DR:
```
$ pip install -r requirements.txt
$ python server.py --device='Your Chromecast Name'
```
Then log in the [Amazon Developer Portal](https://developer.amazon.com/login.html) to setup the skill.## usage
(assuming your trigger word is "chromecast")
- "alexa, ask chromecast to skip this"
- "alexa, ask chromecast to pause"
- "alexa, ask chromecast to play"
- "alexa, ask chromecast to reconnect"
- if everything stops working this might fix it
- "alexa, ask chromecast to reboot"
- sometimes the chromecast gets itself into dumb states and needs to be
restarted.