项目作者: jpburnett

项目描述 :
Alexa Skill for BYU facts
高级语言: Python
项目地址: git://github.com/jpburnett/byu-facts-alexa-skill.git
创建时间: 2017-08-12T20:22:19Z
项目社区:https://github.com/jpburnett/byu-facts-alexa-skill

开源协议:Apache License 2.0

下载


License
Python 3.8.5

BYU Facts Alexa Skill

An Alexa Skill that when invoked will give the user a fact about Brigham Young University (BYU). Facts range from the University, it’s mascot, buildings on the campus and much more.

To Use

Say, “Alexa, open BYU facts and tell me a fact about BYU”

When deploying code for the Alexa Skill, make sure to do the following 4 steps:

  1. pip install -r py/requirements.txt -t skill_env

  2. cp -r py/* skill_env/

  3. Zip the contents of the skill_env folder. Zip the contents of the folder and NOT the folder itself. If you zip the folder it will not work

  4. Upload the .ZIP file to the AWS Lambda console