https://github.com/ftes/de.ftes.trakt.tv.cleanlibrary
Clean the trakt.tv library by removing all movies and shows
https://github.com/ftes/de.ftes.trakt.tv.cleanlibrary
Last synced: 11 months ago
JSON representation
Clean the trakt.tv library by removing all movies and shows
- Host: GitHub
- URL: https://github.com/ftes/de.ftes.trakt.tv.cleanlibrary
- Owner: ftes
- Created: 2013-10-31T09:59:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-31T10:03:38.000Z (over 12 years ago)
- Last Synced: 2025-04-01T07:57:05.515Z (over 1 year ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cleaning your trakt.tv library
==============================
Clean the trakt.tv library by removing all movies and shows
Instructions
------------
Before calling the script, create a trakt-auth.json in the same directory with the following content:
```
{
"apiKey": "",
"user": "",
"pwdSha1": ""
}
```