Unofficial Alexa app that plays Circle Round podcasts
- "Alexa, ask Circle Round to play the episode about oni and ricecakes"
- search through the keyword column of the google sheet for a match
- if there's a match, say the title and begin playing from the podcast URL
- if there's no match, direct users back to step 1.
-
set up required environment variables in the AWS lambda console:
API_KEY= Google Sheet API keySHEET_ID= Google Sheet Id (visible in the sheet URL)
-
lambda related work is all in the
/lambdadirectory. To push changes, use thepublish.shscript which assumes you already have the AWS CLI set up with the right env variables. -
skill.jsonis the interaction model json and can be copy/pasted directly into the alexa developer console's JSON editor.