Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fnayou/traktify-tvtime
- Owner: fnayou
- Created: 2024-06-11T21:20:09.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-14T02:05:27.000Z (8 months ago)
- Last Synced: 2024-11-07T07:50:58.778Z (3 months ago)
- Topics: docker, gdpr, import, python, script, trakt, trakt-api, trakt-tv, tv-time, tvtime, wrapper
- Language: Makefile
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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