Skip to content

Trakt

Ryot supports importing data from Trakt. To enable this functionality, you need to register an application with Trakt to obtain a client ID.

Getting Trakt client ID

You can follow the below steps to obtain your own client ID and enable Trakt import.

Steps

  1. Create a Trakt account.
  2. Go to Your API Apps in your account settings.
  3. Click on "New Application".
  4. Fill out the application form. Here are some explanations for the fields:
    • Name: Give your application a name (e.g., "Ryot Personal")
    • Redirect URI: This can be any valid URL (e.g., https://github.com). It is not used by Ryot.
  5. Click "Save App".
  6. Once created, you will see your application details. Copy the Client ID.
  7. Set the SERVER_IMPORTER_TRAKT_CLIENT_ID environment variable as described in the configuration docs.