All Projects → erik → Alexacast

erik / Alexacast

Licence: bsd-2-clause
Chromecast support for Amazon Alexa

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Alexacast

Homeassistant Config
My personal Home Assistant config
Stars: ✭ 66 (-39.45%)
Mutual labels:  chromecast
Amazon Alexa Php
Php library for amazon echo (alexa) skill development.
Stars: ✭ 93 (-14.68%)
Mutual labels:  alexa
Alexa Message Builder
Simple message builder for Alexa replies.
Stars: ✭ 100 (-8.26%)
Mutual labels:  alexa
Alexacontrolledsamsungtv
Control your Samsung smart TV via amazon alexa
Stars: ✭ 73 (-33.03%)
Mutual labels:  alexa
Alexapi
Alexa client for all your devices! # No active development. PRs welcome # consider https://github.com/respeaker/avs instead
Stars: ✭ 1,252 (+1048.62%)
Mutual labels:  alexa
Jovo Framework
🔈 The Open Source Voice Layer: Build Voice Experiences for Alexa, Google Assistant, Samsung Bixby, Web Apps, and much more
Stars: ✭ 1,320 (+1111.01%)
Mutual labels:  alexa
Avs Device Sdk
An SDK for commercial device makers to integrate Alexa directly into connected products.
Stars: ✭ 1,101 (+910.09%)
Mutual labels:  alexa
Alexafsm
With alexafsm, developers can model dialog agents with first-class concepts such as states, attributes, transition, and actions. alexafsm also provides visualization and other tools to help understand, test, debug, and maintain complex FSM conversations.
Stars: ✭ 103 (-5.5%)
Mutual labels:  alexa
Depressionai
Alexa skill for people suffering with depression.
Stars: ✭ 92 (-15.6%)
Mutual labels:  alexa
Assistantjs
TypeScript framework to build cross-platform voice applications (alexa, google home, ...).
Stars: ✭ 100 (-8.26%)
Mutual labels:  alexa
Mmm Mirrormirroronthewall
MagicMirror² module: Displays text, images, or a Youtube video, and open or close Magic Mirror Modules according to commands heard by Alexa.
Stars: ✭ 75 (-31.19%)
Mutual labels:  alexa
Opencastswift
An open source implementation of the Google Cast SDK written in Swift
Stars: ✭ 83 (-23.85%)
Mutual labels:  chromecast
Fx cast
Implementation of the Google Cast Chrome Sender SDK within Firefox
Stars: ✭ 1,319 (+1110.09%)
Mutual labels:  chromecast
Django Alexa
Amazon Alexa Skills Kit integration for Django -- PENDING ADOPTION
Stars: ✭ 68 (-37.61%)
Mutual labels:  alexa
Addon Aircast
AirCast - Home Assistant Community Add-ons
Stars: ✭ 100 (-8.26%)
Mutual labels:  chromecast
Alexa Myqgarage
Use your Echo to control your Chamberlain MyQ Garage door
Stars: ✭ 63 (-42.2%)
Mutual labels:  alexa
Gnomecast
Chromecast local files from Linux - supports MKV, subtitles, 5.1 sound and 4K!
Stars: ✭ 1,319 (+1110.09%)
Mutual labels:  chromecast
Virtual Alexa
🤖 Easily test and debug Alexa skills programmatically
Stars: ✭ 106 (-2.75%)
Mutual labels:  alexa
Home Assistant Configuration
My Home Assistant Config. For more Information visit ->
Stars: ✭ 102 (-6.42%)
Mutual labels:  alexa
Chromecastcore
An open source implementation of the Google Cast SDK for macOS
Stars: ✭ 95 (-12.84%)
Mutual labels:  chromecast

alexacast

Alexa skill to control local Chromecast devices. Check out the documentation on 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 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].