mirror of
https://github.com/SinTan1729/TvTimeToTrakt.git
synced 2024-12-26 05:18:36 -06:00
Update README with contributors graph (#25)
This commit is contained in:
parent
01ab7897c2
commit
197ec19dfa
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -1,9 +1,13 @@
|
||||||
# TV Time to Trakt - Import Script
|
# TV Time to Trakt - Import Script
|
||||||
|
|
||||||
![](https://loch.digital/image_for_external_apps/4342799-01.png)
|
|
||||||
|
|
||||||
A Python script to import TV Time tracked episode and movie data into Trakt.TV - using data export provided by TV Time through a GDPR request.
|
A Python script to import TV Time tracked episode and movie data into Trakt.TV - using data export provided by TV Time through a GDPR request.
|
||||||
|
|
||||||
|
This script was made possible by the following contributors.
|
||||||
|
|
||||||
|
<a href="https://github.com/lukearran/TvTimeToTrakt/graphs/contributors">
|
||||||
|
<img src="https://contrib.rocks/image?repo=lukearran/TvTimeToTrakt" />
|
||||||
|
</a>
|
||||||
|
|
||||||
# Notes
|
# Notes
|
||||||
|
|
||||||
1. The script is using limited data provided from a GDPR request - so the accuracy isn't 100%. But you will be prompted to manually pick the Trakt show/movie, when it can't be determined automatically.
|
1. The script is using limited data provided from a GDPR request - so the accuracy isn't 100%. But you will be prompted to manually pick the Trakt show/movie, when it can't be determined automatically.
|
||||||
|
@ -55,7 +59,3 @@ Create a new file named `config.json` in the same directory of `TimeToTrakt.py`,
|
||||||
```
|
```
|
||||||
|
|
||||||
Once the config is in place, execute the program using `python TimeToTrakt.py`. The process isn't 100% automated - you will need to pop back, especially with large imports, to check if the script requires a manual user input.
|
Once the config is in place, execute the program using `python TimeToTrakt.py`. The process isn't 100% automated - you will need to pop back, especially with large imports, to check if the script requires a manual user input.
|
||||||
|
|
||||||
##### Credit
|
|
||||||
|
|
||||||
<a href='https://www.freepik.com/vectors/city'>City vector created by freepik - www.freepik.com</a>
|
|
||||||
|
|
Loading…
Reference in a new issue