Skip to content

mat8913/myanimelist-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myanimelist-export

Export anime or manga lists from MyAnimeList in XML format. Uses the web interface, because the malappinfo API exports in a slightly different format which causes problems on importing.

Executable

For convenience, an executable is provided which will export lists and save them to local files. In order to run it, a configuration file must be created first.

On GNU/Linux: ~/.config/myanimelist-export.yaml

On Windows: %APPDATA%\myanimelist-export.yaml

username: username
password: password
animeXmlPath: /path/to/save/anime.xml
mangaXmlPath: /path/to/save/manga.xml

Leave out the animeXmlPath or mangaXmlPath field if you don't wish to export the respective list.

About

Export from MyAnimeList

Resources

License

Stars

Watchers

Forks

Packages

No packages published