AbstractBeliefs / anilist-to-mal

A python tool that will export your Anilist.co anime list for MAL importing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anilist to MAL

Anilist to MAL is a simple python tool that lets you export your anime list from AniList to MyAnimeList.

Usage

This app requires Python 3 and Python Requests.

Install Python Requests with pip3 install requests.

Once both are installed, run the app with python3 main.py and follow the instructions!

Arguments

In addition to the step-by-step method, you can pass some arguments to the script.

  • -f: set filetype (default xml)

    • options: xml, txt
    • txt will generate a markdown-compatible list format text file
  • -u: set username (default '')

  • -t: set list type (default '')

    • options: anime, manga
  • -n: takes one argument, set the file name to be exported to

  • -s: takes zero arguments, run in silent mode (no non-essential prints)

  • -p: takes zero arguments, show progress while running

Issues

Feel free to leave an issue on Github or tweet at me

About

A python tool that will export your Anilist.co anime list for MAL importing


Languages

Language:Python 100.0%