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
- Create a Trakt account.
- Go to Your API Apps in your account settings.
- Click on "New Application".
- 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.
- Click "Save App".
- Once created, you will see your application details. Copy the Client ID.
- Set the
SERVER_IMPORTER_TRAKT_CLIENT_ID
environment variable as described in the configuration docs.