myanimelist-export: Export from MyAnimeList

[ gpl, library, program, web ] [ Propose Tags ]

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.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.3.0.0 (info)
Change log ChangeLog.md
Dependencies aeson (>=0.7 && <1.5), async (>=2.1 && <2.3), base (>=4.9 && <4.12), bytestring (>=0.10 && <0.11), conduit (>=1.2 && <1.4), conduit-extra (>=1.1 && <1.4), containers (>=0.5 && <0.7), directory (>=1.2.3 && <1.4), exceptions (>=0.4 && <0.11), http-client (>=0.4.30 && <0.6), http-client-tls (>=0.2.4 && <0.4), myanimelist-export, network-uri (>=2.6 && <2.7), tagstream-conduit (>=0.5 && <0.6), text (>=1.2 && <1.3), yaml (>=0.8.4 && <0.9) [details]
License GPL-3.0-only
Copyright 2017-2018 Matthew Harm Bekkema
Author Matthew Harm Bekkema
Maintainer mbekkema97@gmail.com
Category Web
Home page https://github.com/mat8913/myanimelist-export#readme
Bug tracker https://github.com/mat8913/myanimelist-export/issues
Source repo head: git clone https://github.com/mat8913/myanimelist-export
Uploaded by mat8913 at 2018-07-05T14:51:09Z
Distributions
Executables myanimelist-export
Downloads 2602 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-07-05 [all 1 reports]

Readme for myanimelist-export-0.3.0.0

[back to package description]

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.