myanimelist-export: Export from MyAnimeList

[ gpl, library, program, web ] [ Propose Tags ]
This version is deprecated.

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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.2), async (>=2.1 && <2.2), base (>=4.9 && <4.11), bytestring (>=0.10 && <0.11), conduit (>=1.2 && <1.3), conduit-extra (>=1.1 && <1.2), containers (>=0.5 && <0.6), directory (>=1.2.3 && <1.4), http-client (>=0.5 && <0.6), http-client-tls (>=0.3.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 Matthew Harm Bekkema
Author Matthew Harm Bekkema
Maintainer mbekkema97@gmail.com
Revised Revision 1 made by mat8913 at 2017-12-09T01:44:31Z
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 2017-12-02T00:34:06Z
Distributions
Executables myanimelist-export
Downloads 2608 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-12-02 [all 1 reports]

Readme for myanimelist-export-0.1.0.1

[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.