An Alexa Skill To Tell Bad Jokes
- Python 2.7, pip, and virtualenv
- An AWS account (the skill is deployed via AWS Lambda)
- Apex configured with your AWS credentials
virtualenv .venv
to create the virtual environmentsource .venv/bin/activate
to activate the virtual environmentpip install -r requirements.txt
to install project dev dependenciesnosetests
to run the testsapex deploy
to deploy the lambda to AWS
Jokes are located in functions/alexa-dad-jokes/jokes.csv. To add a new one, add a new line in the form of "joke,punchline"
TODO:
How to set up the Alexa app and the different voice command examples