All Projects → acucciniello → alexa-open-doc

acucciniello / alexa-open-doc

Licence: MIT license
An Amazon Alexa skill to open and edit google docs through voice

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to alexa-open-doc

alexa-skill-boilerplate
An easy to use Amazon Alexa Skill Boilerplate for fast skill creation
Stars: ✭ 54 (-14.29%)
Mutual labels:  alexa, amazon-alexa-skill, amazon-echo
cookiecutter-flask-ask
Cookiecutter template for Alexa skills based on the fantastic Flask-Ask framework 🍾🗣❓
Stars: ✭ 51 (-19.05%)
Mutual labels:  alexa, amazon-alexa-skill, amazon-echo
alexa-ruby
Ruby toolkit for Amazon Alexa service
Stars: ✭ 17 (-73.02%)
Mutual labels:  alexa, amazon-alexa-skill, 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 (+1103.17%)
Mutual labels:  alexa, amazon-echo
Alexa Skill Kit
Library for effortless Alexa Skill development with AWS Lambda
Stars: ✭ 278 (+341.27%)
Mutual labels:  alexa, amazon-echo
Awesome Amazon Alexa
🗣Curated list of awesome resources for the Amazon Alexa platform.
Stars: ✭ 458 (+626.98%)
Mutual labels:  alexa, amazon-echo
HuntTheYetiAlexa
Play the game Hunt the Yeti on the Amazon Echo
Stars: ✭ 17 (-73.02%)
Mutual labels:  alexa, amazon-echo
Alexa Rubykit
Amazon Echo Alexa's App Kit Ruby Implementation
Stars: ✭ 155 (+146.03%)
Mutual labels:  alexa, amazon-echo
Alexa App
A framework for Alexa (Amazon Echo) apps using Node.js
Stars: ✭ 1,015 (+1511.11%)
Mutual labels:  alexa, amazon-echo
Chatskills
Run and debug Alexa skills on the command-line. Create bots. Run them in Slack. Run them anywhere!
Stars: ✭ 171 (+171.43%)
Mutual labels:  alexa, amazon-echo
go-avs
A simple package for communicating with Amazon’s HTTP/2 API for AVS.
Stars: ✭ 25 (-60.32%)
Mutual labels:  alexa, amazon-echo
alexa-skill-demo
Alexa Skill Demonstration using Python
Stars: ✭ 44 (-30.16%)
Mutual labels:  alexa, amazon-echo
Bst
🔧 Bespoken Tools - Tools for making voice apps faster and better
Stars: ✭ 193 (+206.35%)
Mutual labels:  alexa, amazon-echo
Home-Assistant
Home-Assistant-Config
Stars: ✭ 186 (+195.24%)
Mutual labels:  alexa, amazon-echo
Assistantcomputercontrol
Control your computer with your Google Home or Amazon Alexa assistant!
Stars: ✭ 554 (+779.37%)
Mutual labels:  alexa, amazon-echo
Amazon Alexa Php
Php library for amazon echo (alexa) skill development.
Stars: ✭ 93 (+47.62%)
Mutual labels:  alexa, amazon-echo
alexa-tesla
Alexa Skills Kit (ASK) project - Tesla monitoring and control for Amazon Echo devices
Stars: ✭ 23 (-63.49%)
Mutual labels:  amazon-alexa-skill, amazon-echo
ultimate-guide-to-voice-assistants
Curation of startups, resources, people, posts etc in the voice-space
Stars: ✭ 55 (-12.7%)
Mutual labels:  amazon-alexa-skill, amazon-echo
Home Assistant
Home-Assistant-Config
Stars: ✭ 182 (+188.89%)
Mutual labels:  alexa, amazon-echo
Go Alexa
A collection of Amazon Echo / Alexa tools for Go development.
Stars: ✭ 245 (+288.89%)
Mutual labels:  alexa, amazon-echo

alexa-open-doc Standard - JavaScript Style Guide

Build Status

An Amazon Alexa skill to open and edit google docs through voice

View Videos of Skill in Use

Donate

If you would like to donate to help keep this skill updated and improving please donate here:

Donate

##Getting Started

  1. Must have an Amazon Echo to use this skill.
  2. Open the Amazon Echo companion mobile application.
  3. Click on the Top Left Button to Open the Menu
  4. Click on Skills
  5. Search "Edit Docs"
  6. Click Enable Skill
  7. Enter Information for the Google Drive Account you would like to use
  8. Click Allow
  9. Go to Your Amazon Echo
  10. Say "Alexa, open Edit Docs"

##Usage

###List Files

Sample phrase to say to Alexa to list you last ten files in Google Drive:

"Alexa, ask Edit Docs to list my files please"

Alexa's Response:

"Here is your list of files ..."

###Create File

Sample phrase to say to Alexa to create a new file in your Google Drive:

"Alexa, ask Edit Docs to create a file called {fileName}"

Alexa's Response:

"We created a file named {fileName}"

###Add to a File

Sample phrase to say to Alexa to add text to a file in your Google Drive:

"Alexa, ask Edit Docs to update {fileName} with {inputText}"

Alexa's Response:

"We updated the file named {fileName} with your input of {inputText}"

##License

MIT

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