akhilerm / youtube-music-alexa-skill

Alexa skill to play songs from youtube music on echo devices
Apache License 2.0
68 stars 26 forks source link

Where to define youtube key #10

Closed socialistmia closed 1 week ago

socialistmia commented 3 weeks ago

Hello I built everything and copied from the code since the alexa hosted skill did not import the code I had to manually do everything, where do I define the youtube key in the code now that I have everything manually done?

akhilerm commented 1 week ago

You need to export the key and run the script mentioned in the below steps. https://github.com/akhilerm/youtube-music-alexa-skill/blob/dev/README.md?plain=1#L45-L53

This will include the key as an environment in your lambda and will be used from there.