A simple desktop application to export your Anilist.co anime and manga lists to MyAnimeList XML format.
- Export User Anime/Manga list to MyAnimeList XML export file (Can be imported to MyAnimeList).
- User-friendly GUI interface
- Save your configuration for future use
- Select your preferred browser for authentication
- Progress tracking during export
- Python 3.6+
- 2GB RAM, or higher.
- Stable internet connection.
- Download the latest version of the application from the Releases page.
- Go to Anilist Settings -> Developer, and click Create client.
- Type whatever in Name field, and use
http://127.0.0.1:8000/callback
as Redirect URL. - Get information from created client and input them in config.json (Automatically created if not existing, you need to input the credentials).
- File must contain these lines. Replace lines with appropriate values:
{
"username": "Username",
"aniclient": "ID",
"anisecret": "Secret",
"redirectUrl": "http://127.0.0.1:8000/callback"
}
- Go to MyAnimeList Import
- Select the exported XML file
- Follow the import instructions on MyAnimeList
This project is licensed under the MIT License - see the LICENSE file for details.