django-alexa
django-alexa copied to clipboard
Amazon Alexa Skills Kit integration for Django -- ARCHIVED contact @ssbarnea if you can resurrect it.
Hi, I am using the last release of django-alexa with django 2.1 and python 3.6 on my website hosted in pythonanywhere. I have one alexa skill configured on Amazon Developer....
Add Oauth2 support and examples/documentation.
Pretty self-explanatory here. ;-)
Currently the only documentation is README.rst in the project. There is alot more information that could be said about the API and examples of how to get things working that...
Given the retirement of legacy python 2.7 at the end of [2019](https://pythonclock.org/). I'd like to propose that we remove python 2.7 support in django-alexa and to focus on python 3.6...
I am trying to run the example alexa.py. When type on browser http://..../django_alexa/alexa/ask/ I get this error: ``` An error occured in your skill. Traceback (most recent call last): File...
Hi, I converted from the alexa javascript skills API to this package. I'm pretty happy so far in that it is running nicely on my django service. In the process...
Hi, I think I might be misunderstanding a little bit of how to set this up. But I have created a new app. I have then created the an alexa.py,...
Currently, there are no tests for anything and this is bad. We need to setup the testing framework and get things running. By default there is already travis ci running...
Currently there is a folder called 'internal' that could be split out into a separate library and be reused for packages to create their custom framework versions. Django, Flask, Lambda...