MyAnimeList
Ryot supports importing data from MyAnimeList. To enable this functionality, you need to register an application with MyAnimeList to obtain a client ID.
Getting MyAnimeList client ID
You can follow the below steps to obtain your own client ID and enable MyAnimeList import.
Steps
- Create a MyAnimeList account.
- Go to API in your account preferences.
- Click on "Create ID".
- Fill out the application form. Here are some explanations for the fields:
- App Name: Give your application a name (e.g., "Ryot Personal")
- App Type: Select "Web"
- App Redirect URL: This can be any valid URL (e.g.,
https://github.com
). It is not used by Ryot. - Homepage URL: This can be any valid website URL. It is not used by Ryot.
- Once you have filled the form, submit the application.
- Once approved, you will see your application details. Copy the Client ID.
- Set the
ANIME_AND_MANGA_MAL_CLIENT_ID
environment variable as described in the configuration docs.