All Projects → nathanwentworth → anilist-to-mal

nathanwentworth / anilist-to-mal

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to anilist-to-mal

arm
A JSON-based database to relational mapping Anime ID's between MyAnimeList, Annict, AniList and Syoboi Calendar
Stars: ✭ 25 (-24.24%)
Mutual labels:  anime, anilist, mal, myanimelist
Mal4J
Java wrapper for the official MyAnimeList API
Stars: ✭ 23 (-30.3%)
Mutual labels:  anime, mal, myanimelist-api, myanimelist
kuristina
An API that lets you fetch user lists from MyAnimeList.
Stars: ✭ 14 (-57.58%)
Mutual labels:  anime, mal, myanimelist-api, myanimelist
nyaamal
A chrome extension to download anime torrents directly from MyAnimeList and Anilist
Stars: ✭ 75 (+127.27%)
Mutual labels:  anime, anilist, mal, myanimelist
AniMouto
Let an imouto improve your AniList experience.
Stars: ✭ 44 (+33.33%)
Mutual labels:  anime, anilist, anilist-api
python3-mal
Python interface to MyAnimeList
Stars: ✭ 18 (-45.45%)
Mutual labels:  mal, myanimelist-api, myanimelist
AnimeDLR
AnimeDLR
Stars: ✭ 47 (+42.42%)
Mutual labels:  anime, anilist, myanimelist
Jikan4java
Kotlin wrapper for Jikan, an myanimelist api
Stars: ✭ 27 (-18.18%)
Mutual labels:  anime, myanimelist-api, myanimelist
AniAPI
Core behind AniAPI HTTP Rest APIs.
Stars: ✭ 144 (+336.36%)
Mutual labels:  anime, anilist, myanimelist
MalScraper
Scrape everything you can from MyAnimeList.net
Stars: ✭ 132 (+300%)
Mutual labels:  anime, myanimelist-api, myanimelist
arm-server
📃 A service for mapping Anime ID's between AniList, AniDB, MAL, and Kitsu (using https://github.com/manami-project/anime-offline-database)
Stars: ✭ 46 (+39.39%)
Mutual labels:  anime, anilist, mal
neko-box
😺 Pinnable dynamic Gist with your latest AniList activity.
Stars: ✭ 25 (-24.24%)
Mutual labels:  anime, anilist, anilist-api
kaa.si-cli
Stream anime from kaa.si and sync with anilist
Stars: ✭ 12 (-63.64%)
Mutual labels:  anime, anilist, anilist-api
myanimelist-api-v2
An awesome wrapper on Nodejs for the new MyAnimeList's API v2!
Stars: ✭ 30 (-9.09%)
Mutual labels:  anime, myanimelist-api, myanimelist
Shukofukurou-iOS
The Ultimate Open Source AniList, Kitsu, and MyAnimeList Tracker for iOS/iPadOS written in Objective-C
Stars: ✭ 29 (-12.12%)
Mutual labels:  anime, anilist, myanimelist
scrobbly
↩️ Scrobble your animes to Anilist, Kitsu!
Stars: ✭ 23 (-30.3%)
Mutual labels:  anime, anilist, mal
AniList-Extras
Simple userscript/extension for AniList that adds a few additional features.
Stars: ✭ 37 (+12.12%)
Mutual labels:  anilist, myanimelist
animethemes-dl
THIS PROJECT HAS BEEN ABANDONED. Downloads anime themes from animethemes.moe. Supports Batch download and MAL/AniList connecting.
Stars: ✭ 21 (-36.36%)
Mutual labels:  anilist, mal
anilist-chinese
Translate anime titles on anilist.co to Chinese
Stars: ✭ 21 (-36.36%)
Mutual labels:  anime, anilist
AniList-Node
A lightweight Node.js wrapper for the AniList API
Stars: ✭ 36 (+9.09%)
Mutual labels:  anilist, anilist-api

Anilist to MAL

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

PLEASE NOTE i don't really maintain this anymore! i haven't updated it in ages, so i don't even know if it still works. feel free to make forks and pull requests, and i'll get to issues as they come, but i'm not really actively checking for issues or anything.

Changes of this fork

  • This version allows to export a specific list (with -l option) created in your Anilist profile in order to export only the contents of this list and not full list. (Only implemented for XML format)

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

  • -l: select a specific list to export of your profile (default '')

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].