https://github.com/swightsnotfound/anilist-to-xml
A python script that converts your anilist profile to a importable myanimelist xml file.
https://github.com/swightsnotfound/anilist-to-xml
Last synced: over 1 year ago
JSON representation
A python script that converts your anilist profile to a importable myanimelist xml file.
- Host: GitHub
- URL: https://github.com/swightsnotfound/anilist-to-xml
- Owner: SwightsNotFound
- License: mit
- Created: 2025-03-03T17:54:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-03T18:22:04.000Z (over 1 year ago)
- Last Synced: 2025-03-03T18:46:06.806Z (over 1 year ago)
- Language: Python
- Homepage: https://anilist-to-xml.vercel.app
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anilist to XML
A python script that converts your anilist profile to a importable myanimelist xml file.
You can use this easily on this [page](https://swightshome.xyz/Anilist-XML), but if you want/need to run this locally you can download the python script anime_list_converter.py thats in the repo, make sure you have the dependencies down below installed, once you have done that open a terminal or the windows command prompt, and cd into the directory of the script, and run it using "python anime_list_converter.py".
Dependencies
python 3.8 or above.
requests 2.31.0 or above.