- Recreate shopping example in english as a skill in Python
- Install Alexa on Raspberry Pi
- Find a way to enter wifi access on the pi without connecting IO Devices.
- python
- git
- flask-server
- flask-ask
- ngrok
- Amazon Developer Account
On Linux
- run
./ngrok http 5000
On Windows
-
run
ngrox.exe http 5000
-
create sample app at developer.amazon.com
-
Fill out Interaction Model (Intent Schema and Sample Utterances)
-
copy the https Link displayed by ngrok and insert it at the Configuration Tab (Endpoint)
-
run
python sample.py
-
Go to Test Tab in the amazon developer console and start the testing with the Invocation Name specified at the Skill Information Tab