Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fnayou/traktify-tvtime

docker wrapper for lukearran/TvTimeToTrakt python script to import TV Time data into Trakt.TV
https://github.com/fnayou/traktify-tvtime

docker gdpr import python script trakt trakt-api trakt-tv tv-time tvtime wrapper

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# Traktify TVTime

a docker wrapper for [lukearran/TvTimeToTrakt][link-lukearran-tvtimetotrakt].

## Usage

first of all, you have to follow instructions detailed in [lukearran/TvTimeToTrakt][link-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][link-lukearran-tvtimetotrakt-configuration]

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)

```bash
docker compose build --pull

# or

make build

# or

task docker:build
```

finally you can execute the script

```bash
docker compose run traktifytvtime

# or

make traktifytvtime

# or

task traktifytvtime
```

## Notes

- each time you build the docker image, the [lukearran/TvTimeToTrakt][link-lukearran-tvtimetotrakt] repository will be freshly cloned.

## Credits

- Luke Arran : [github][link-github-lukearran]
- Aymen FNAYOU : [github][link-github]

[link-github]: https://github.com/fnayou
[link-github-lukearran]: https://github.com/lukearran
[link-lukearran-tvtimetotrakt]: https://github.com/lukearran/TvTimeToTrakt
[link-lukearran-tvtimetotrakt-configuration]: https://github.com/lukearran/TvTimeToTrakt#setup-configuration