jpburnett / terraria-tool-alexa-skill

Alexa skill that gives instructions on how to craft items in the game terraria
Apache License 2.0
0 stars 0 forks source link
alexa-skill terraria

License Python 3.8.5

terraria-tool-alexa-skill

The Terraria tool Alexa skill is aimed to help find recipes for crafting things easier when playing terraria. There are a variety of different item combinations used to make cooler items.

What does it do?

Alexa skill that gives instructions on how to craft items in the video game terraria. The list of items is quite extensive, eventually I'll try to include them all...maybe...

Intents

Main Intent

Get the recipe for the item that a user requested

Random Item Intent

Gets a random recipe from the dictionary of items

Link to the Skill on Amazon

Deploying Code to AWS

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