All Projects → mikeflynn → Go Alexa

mikeflynn / Go Alexa

Licence: mit
A collection of Amazon Echo / Alexa tools for Go development.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Go Alexa

HuntTheYetiAlexa
Play the game Hunt the Yeti on the Amazon Echo
Stars: ✭ 17 (-93.06%)
Mutual labels:  alexa, amazon, amazon-echo
Alexa Skill Kit
Library for effortless Alexa Skill development with AWS Lambda
Stars: ✭ 278 (+13.47%)
Mutual labels:  alexa, amazon-echo, amazon
Chatskills
Run and debug Alexa skills on the command-line. Create bots. Run them in Slack. Run them anywhere!
Stars: ✭ 171 (-30.2%)
Mutual labels:  alexa, amazon-echo, amazon
alexa-ruby
Ruby toolkit for Amazon Alexa service
Stars: ✭ 17 (-93.06%)
Mutual labels:  alexa, amazon, amazon-echo
Home Assistant
Home-Assistant-Config
Stars: ✭ 182 (-25.71%)
Mutual labels:  alexa, amazon-echo, amazon
Amazon Alexa Php
Php library for amazon echo (alexa) skill development.
Stars: ✭ 93 (-62.04%)
Mutual labels:  alexa, amazon-echo, amazon
Home-Assistant
Home-Assistant-Config
Stars: ✭ 186 (-24.08%)
Mutual labels:  alexa, amazon, amazon-echo
go-avs
A simple package for communicating with Amazon’s HTTP/2 API for AVS.
Stars: ✭ 25 (-89.8%)
Mutual labels:  alexa, amazon, amazon-echo
Alexa Skills Kit Sdk For Java
The Alexa Skills Kit SDK for Java helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Stars: ✭ 758 (+209.39%)
Mutual labels:  alexa, amazon-echo, amazon
AlexaAndroid
No description or website provided.
Stars: ✭ 15 (-93.88%)
Mutual labels:  alexa, amazon
ioBroker.cloud
Enable access to ioBroker from internet
Stars: ✭ 36 (-85.31%)
Mutual labels:  alexa, amazon
Bst
🔧 Bespoken Tools - Tools for making voice apps faster and better
Stars: ✭ 193 (-21.22%)
Mutual labels:  alexa, amazon-echo
alexa-skill-demo
Alexa Skill Demonstration using Python
Stars: ✭ 44 (-82.04%)
Mutual labels:  alexa, amazon-echo
jarvis
Jarvis Home Automation
Stars: ✭ 81 (-66.94%)
Mutual labels:  alexa, amazon
Assistantcomputercontrol
Control your computer with your Google Home or Amazon Alexa assistant!
Stars: ✭ 554 (+126.12%)
Mutual labels:  alexa, amazon-echo
Awesome Amazon Alexa
🗣Curated list of awesome resources for the Amazon Alexa platform.
Stars: ✭ 458 (+86.94%)
Mutual labels:  alexa, amazon-echo
mapbox-assistant-example
Examples of Amazon Echo, Google Home, and other bots interacting with Mapbox services.
Stars: ✭ 15 (-93.88%)
Mutual labels:  alexa, amazon
Home Assistantconfig
🏠 Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to ⭐ it. Updated FREQUENTLY!
Stars: ✭ 3,687 (+1404.9%)
Mutual labels:  alexa, amazon
Homeassistant Config
Stars: ✭ 211 (-13.88%)
Mutual labels:  alexa, amazon
Alexa App
A framework for Alexa (Amazon Echo) apps using Node.js
Stars: ✭ 1,015 (+314.29%)
Mutual labels:  alexa, amazon-echo

go-alexa: A Go toolset for creating Amazon Alexa Skills

build status badge

GoDoc GoCard

The Amazon Echo, with it's voice assitant Alexa, is a surprisingly amazing tool. Having the power of voice recognition tied to the web ready at any time is quite powerful and now that Amazon has opened up a developer platform it's even more exciting!

Amazon has supplied packages for Java and Node.js (tied to the AWS Lamda platform) but I wanted to develop my skills in Go. As I moved through the process making my app work with Amazon's spec, a simple web framework that took care all the heavy lifting on security and crafting the response object formed. I'm looking forward to more Go-based tools getting created and living in this go-alexa bucket but for now the skillserver is the first tool.

Mike Flynn gave a talk about this library an conversational applications in general at the 2016 Strange Loop Conference: "Exploring Conversational Interfaces with Amazon Alexa and Go"

Tools

  • skillserver - A framework to quickly create a skill web service that handles all of the Amazon requirements.

Future Proposed Tools

  • An Amazon Echo request simulator
  • A library for Alexa responses

Original Author

Mike Flynn (@thatmikeflynn)

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].