Popularity
2.5
Declining
Activity
0.0
Stable
3
3
0

Monthly Downloads: 9
Programming language: Haskell
License: GNU General Public License v3.0 only
Tags: Web    
Latest version: v0.3.0.0

myanimelist-export alternatives and similar packages

Based on the "Web" category.
Alternatively, view myanimelist-export alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of myanimelist-export or a related project?

Add another 'Web' Package

README

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.