Skip to content

Simple python script to format any trakt data from the app cache after 07.11.2022.

Notifications You must be signed in to change notification settings

McBaumwolle/trakt-data-restore

Repository files navigation

trakt-data-restore

Simple python scripts to format any trakt data from the app-cache or browser-localstorage after the 07.11.2022 downtime of trakt.tv.

how to use

  1. (setup Python)
  2. Save the files locally.
  3. Replace the sample path with your path to the files (e.g. user_watched_shows.json and user_watched_movies.json for shows and movies respectively).
  4. Run scripts.
  5. View your data!

Keep in mind that the first column is the trakt_id. Copy the id into the trakt search and select "Trakt ID".

image

how to get the app cache

image

how to get the browser localstorage

  1. Navigate to https://trakt.tv/
  2. Right click > Inspect
  3. Click on the Console tab
  4. Enter this in the console: compressedCache.get('watched_shows') and compressedCache.get('watched_movies')
  5. Right click on the output > Copy object
  6. Create files for the data and paste the data into them, then follow the instructions under how to use above

About

Simple python script to format any trakt data from the app cache after 07.11.2022.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages