From 54b1da5f13e8ee8e05870ad8f48b52f12c66b508 Mon Sep 17 00:00:00 2001 From: Luke Arran Date: Fri, 9 Apr 2021 15:18:27 +0100 Subject: [PATCH] updated readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72f60fa..1860c9c 100644 --- a/README.md +++ b/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 ## Setup Script +### Install Required Libraries Install the following frameworks via Pip: 1. trakt 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. \ No newline at end of file +``` +{ + "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. \ No newline at end of file