Django app for easily creating Amazon Alexa Skills
Project description
Django2 app for creating Alexa Skills
Django app for easily creating Amazon Alexa Skills. By Tim Woocker & Malte Mosler
Table of Content
1. Prerequisites
If you're using Apache HTTP Server, use v2.4.10 or later! From Amazon's Docs:
Note: if you are using Apache HTTP Server to host your web service, use version 2.4.10 or later. Earlier versions of Apache HTTP Server send an "unrecognized name" warning if the server is not configured with a ServerName or ServerAlias in the configuration files. This prevents the Alexa service from sending the customer's request to your server. To address this, either upgrade to 2.4.10 or later, or add ServerName / ServerAlias to your server's configuration file.
2. Getting Started
You can use this library with DEBUG
mode on. The amazon server verification for timestamps however will be skipped. This will cause amazon to not accept your skill if you try to publish your skill in DEBUG
mode.
3. Settings
This django app adds some settings to your project:
Name | Type | Default | Description |
---|---|---|---|
ALEXA_VERIFY_CONN |
bool |
True |
This setting specifies if every request to an alexa skill should be verified against the amazon servers. This is useful when testing your skill without Amazon's service. |
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for django2_alexa-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 206e4fa5febf1a18645b4e58b1452295489f0b3d72f8bdfa4ac0abe90bb0016b |
|
MD5 | b7509797db76ae679be3c22cf35b5f3a |
|
BLAKE2b-256 | 5ddfbd38ccba1a8c438f2ba6d68e62217f6f3b921bdf3dcecbbd6aae1f6539a5 |