https://github.com/xerx81/hianime-to-anilist
[1000+ Monthly Traffic] This python program restructure the export.xml file of Hianime which then can be imported in Anilist.
https://github.com/xerx81/hianime-to-anilist
anilist export flask hianime html-css import python webapp website
Last synced: about 2 months ago
JSON representation
[1000+ Monthly Traffic] This python program restructure the export.xml file of Hianime which then can be imported in Anilist.
- Host: GitHub
- URL: https://github.com/xerx81/hianime-to-anilist
- Owner: Xerx81
- Created: 2024-09-16T13:06:35.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-07T08:36:57.000Z (3 months ago)
- Last Synced: 2025-03-25T10:11:34.929Z (2 months ago)
- Topics: anilist, export, flask, hianime, html-css, import, python, webapp, website
- Language: Python
- Homepage: https://hianimetoal.pythonanywhere.com/
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Hianime to Anilist
The default export.xml file of Hianime cannot be directly imported into Anilist. Therefore, I made this website which can restructure the xml document so that it can be easily imported by Anilist.
## Usage 1:
- Go to the [Hianime to Al](https://hianimetoal.pythonanywhere.com/).
- Upload your xml file. (make sure the file is name is "export.xml")
- Click on transform and download the new xml file, which can be directly imported by [Anilist](https://anilist.co/settings/import)
## Usage 2:
If for some reason site isn't working you can also follow these steps to use the program.- Clone this repository.
```
git clone https://github.com/Xerx81/Hianime-to-Anilist.git
```- Change the directory.
```
cd Hianime-to-Anilist
```- Create Virtual enviornment.
```
python3 -m venv .venv
```
- Activate the venv.
```
source .venv/bin/activate
```- Install flask.
```
pip install flask
```- Run the flask app.
```
python3 app.py
```- Click on the link of flask server, the site will open in your browser.
## Contribution:
- Report issues: If you encounter any bugs or unexpected behavior, please open an issue on the GitHub repository.
- Suggest features: If you have ideas for new features, feel free to open a feature request.
- Contribute code: Fork the repository, make your changes, and submit a pull request. Please follow the standard code style and formatting guidelines.