Skip to content

docker wrapper for lukearran/TvTimeToTrakt python script to import TV Time data into Trakt.TV

Notifications You must be signed in to change notification settings

fnayou/traktify-tvtime

Repository files navigation

Traktify TVTime

a docker wrapper for lukearran/TvTimeToTrakt.

Usage

first of all, you have to follow instructions detailed in lukearran/TvTimeToTrakt.

once you have your GDPR data, place the CSV files in ./gdpr-data directory.

next, you have to create the ./config.json file (you can use the ./config.json.dist as a model) and fill it with the trakt's application parameters. More information in the documentation

next, you have to create a blank file ./localStorage.json (you can use the ./localStorage.json.dist as a model).

next, you have to build docker image (there is a no-cache option)

docker compose build --pull

# or 

make build

# or

task docker:build

finally you can execute the script

docker compose run traktifytvtime

# or

make traktifytvtime

# or

task traktifytvtime

Notes

Credits