An Easier Way to Build Alexa Skills Using Python
developer.amazon.com
An Easier Way to Build Alexa Skills Using Python
1–10 of 43 posts
Re: An Easier Way to Build Alexa Skills Using Python
#2There is still no way for a skill to read notifications. For example - I want to write a calendar notification app which unifies all calendar events across several sources and there is just no way to do it. It is of course disabled in the name of privacy which I can understand - but I don't understand how I can't enable this for a device that I own from an app I write.
Similarly - I was considering getting an Echo Show for keeping a persistent view of my todo list and upcoming things on Echo show. I looked at writing skills for Echo show. Something that should be a webapp that just renders a particular source or something similar. But nope - It just looks hard or impossible.
Re: An Easier Way to Build Alexa Skills Using Python
#3Re: An Easier Way to Build Alexa Skills Using Python
#4EDIT: woops... maybe you can? https://stackoverflow.com/questions/46329464/can-an-aws-lamb...
Re: An Easier Way to Build Alexa Skills Using Python
#5Would be nice if there was a VPN mechanism for Lambdas such I could securely connect to my home network from them... perhaps port knocking or the single-packet equivalent... I don't want to open my listener to the world when I already have a suitable UDP based thing going on with VPN....... EDIT: woops... maybe you can? https://stackoverflow.com/questions/46329464/can-an-aws-lamb...
Re: An Easier Way to Build Alexa Skills Using Python
#6Re: An Easier Way to Build Alexa Skills Using Python
#7If you keep slapping away developers on one end, then don't expect us to get excited about building things for your products on the other end.
Re: An Easier Way to Build Alexa Skills Using Python
#8I own several Echo devices and programmability of Alexa devices just baffles me. There is still no way for a skill to read notifications. For example - I want to write a calendar notification app which unifies all calendar events across several sources and there is just no way to do it. It is of course disabled in the name of privacy which I can understand - but I don't understand how I can't enable this for a device…
Re: An Easier Way to Build Alexa Skills Using Python
#9I own several Echo devices and programmability of Alexa devices just baffles me. There is still no way for a skill to read notifications. For example - I want to write a calendar notification app which unifies all calendar events across several sources and there is just no way to do it. It is of course disabled in the name of privacy which I can understand - but I don't understand how I can't enable this for a device…
Re: An Easier Way to Build Alexa Skills Using Python
#10Flask-ask makes it pretty easy. https://github.com/johnwheeler/flask-ask