mirror of
https://github.com/SinTan1729/TvTimeToTrakt.git
synced 2024-12-25 21:08:37 -06:00
updated readme
This commit is contained in:
parent
f0623aac50
commit
54b1da5f13
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -28,8 +28,20 @@ The TV Time API is request based only. In order to get access to your data, you
|
||||||
7. Make note of your app
|
7. Make note of your app
|
||||||
|
|
||||||
## Setup Script
|
## Setup Script
|
||||||
|
### Install Required Libraries
|
||||||
Install the following frameworks via Pip:
|
Install the following frameworks via Pip:
|
||||||
1. trakt
|
1. trakt
|
||||||
2. tinydb
|
2. tinydb
|
||||||
|
### Setup Configuration
|
||||||
|
Create a new file named `config.json`, with the below JSON (replace values with your own).
|
||||||
|
|
||||||
Then, execute the program using the `./python3 TimeToTrakt.py` and provide the requested information when prompted.
|
```
|
||||||
|
{
|
||||||
|
"CLIENT_ID": "YOUR_CLIENT_ID",
|
||||||
|
"CLIENT_SECRET": "YOUR_CLIENT_SECRET",
|
||||||
|
"GDPR_WORKSPACE_PATH": "DIRECTORY_OF_YOUR_GDPR_REQUEST_DATA",
|
||||||
|
"TRAKT_USERNAME": "YOUR_TRAKT_USERNAME"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
Then, execute the program using the `./python3 TimeToTrakt.py` - make sure to pop back and confirm selection of shows when prompted.
|
Loading…
Reference in a new issue