Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1337-server authored Dec 27, 2020
1 parent 792e04e commit e3d3746
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,32 @@ settings should look something like this

![sample linking info ](sample.png)

With that done, You can use the JSON editor and copy all of package.json into the JSON editor
With that done, You can use the JSON editor and copy all of package.json into the JSON editor remember to keep the
```
"apis": {
"custom": {
"endpoint": {
"uri": "Your endpoiint aws-etc-etc"
},
"interfaces": []
}
},
```
if you are using the Alexa hosted version!

After that you need to upload the lambda folder to either Alexa hosted or your own host.
You will need to edit lambda_function.py and find
You will need to edit config.py and find

```clientid: str = "********CLIENT API ID*****"```
and change it to your own Trakt Client ID key. Dont remove the quotes
```client_id = "your-api-key-goes-here"```
and change it to your own Trakt Client ID key. Don't remove the quotes!


Save & build and then deploy, and you should be good to enable the app in your Alexa app.

>"SKILLS AND GAMES" -> "Your Skills" -> "Dev"
Enabling the app should take you to trakt.tv where you login and grants your own app access to your trakt.tv account.

## Usage
###### Adding/removing movies or shows
```python
Expand All @@ -58,7 +70,7 @@ Enabling the app should take you to trakt.tv where you login and grants your own
```
###### Changing your default list
```python
"Alexa tell %myinvocationname to add the show The walking dead to my list 'test'"
"Alexa tell %myinvocationname set my list to watch list"

"Alexa tell %myinvocationname set my list to 'example'"

Expand Down

0 comments on commit e3d3746

Please sign in to comment.