{"id":26791794,"url":"https://github.com/abdxdev/hianime-to-myanimelist","last_synced_at":"2025-10-20T03:35:28.011Z","repository":{"id":252579170,"uuid":"840844144","full_name":"abdxdev/hianime-to-myanimelist","owner":"abdxdev","description":"A web app to automate the process of transferring the anime list from HiAnime.to to MyAnimeList.net. :add","archived":false,"fork":false,"pushed_at":"2025-04-10T01:25:19.000Z","size":541,"stargazers_count":7,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-10T02:40:45.475Z","etag":null,"topics":["anime-list-sync","anime-list-transfer","hianime","hianime-to-myanimelist","mal-sync","myanimelist","myanimelist-api"],"latest_commit_sha":null,"homepage":"https://hianime-to-myanimelist.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abdxdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["abdxdev"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"abdxdev","thanks_dev":null,"custom":null}},"created_at":"2024-08-10T21:28:01.000Z","updated_at":"2025-04-10T01:25:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"33a97fb4-4168-4bdf-bd27-eb7336d508a1","html_url":"https://github.com/abdxdev/hianime-to-myanimelist","commit_stats":null,"previous_names":["abdbbdii/hianime-to-myanimelist","abdxdev/hianime-to-myanimelist"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdxdev%2Fhianime-to-myanimelist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdxdev%2Fhianime-to-myanimelist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdxdev%2Fhianime-to-myanimelist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdxdev%2Fhianime-to-myanimelist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdxdev","download_url":"https://codeload.github.com/abdxdev/hianime-to-myanimelist/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250243116,"owners_count":21398284,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anime-list-sync","anime-list-transfer","hianime","hianime-to-myanimelist","mal-sync","myanimelist","myanimelist-api"],"created_at":"2025-03-29T15:18:05.814Z","updated_at":"2025-10-20T03:35:27.927Z","avatar_url":"https://github.com/abdxdev.png","language":"JavaScript","funding_links":["https://github.com/sponsors/abdxdev","https://buymeacoffee.com/abdxdev"],"categories":[],"sub_categories":[],"readme":"# HiAnime to MyAnimeList Transfer Tool\n\nThis project provides a web interface to automate the transfer of anime lists from HiAnime.to to MyAnimeList.net. The tool helps users connect their MyAnimeList.net account and import their anime list from HiAnime.to with just a few clicks.\n\n## Features\n\n- **OAuth Integration**: Connect to MyAnimeList.net using OAuth for secure authentication.\n- **HiAnime Cookie Import**: Guide users to extract and input their `connect.sid` cookie from HiAnime.to.\n- **Automated Transfer**: Automates the process of transferring anime entries from HiAnime.to to MyAnimeList.net.\n\n## Prerequisites\n\n- **Django**: Ensure you have Django installed to run the server.\n- **Static Files**: The necessary CSS is included in the `static` folder.\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/abdxdev/hianime-to-myanimelist.git\n   cd hianime-to-myanimelist\n   ```\n\n2. Install dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. Set up environment variables:\n   - Create a `.env` file in the root directory of your project:\n     ```bash\n     code .env\n     ```\n   - Open the `.env` file and add the following variables:\n     ```env\n     DJANGO_SECRET_KEY=your_django_secret_key\n     MAL_CLIENT_ID=your_mal_client_id\n     MAL_CLIENT_SECRET=your_mal_client_secret\n     DATABASE_URL=your_database_url\n     ```\n   - Replace `your_django_secret_key`, `your_mal_client_id`, `your_mal_client_secret`, and `your_database_url` with your actual values.\n\n4. Run the Django server:\n   ```bash\n   python manage.py runserver\n   ```\n\n5. Access the application in your browser at `http://127.0.0.1:8000/`.\n\n## Usage\n\n### Step 1: Connect to MyAnimeList.net\n- Click the \"Connect MyAnimeList.net\" button to authenticate via OAuth.\n- The status will update to \"Connected\" upon successful authentication.\n\n### Step 2: Import HiAnime Cookie\n- Follow the instructions provided to extract your `connect.sid` cookie from HiAnime.to.\n- Paste the cookie into the provided input field.\n\n### Step 3: Transfer Your Anime List\n- Click the \"Transfer\" button to start the process.\n- The status will update as the transfer progresses.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a pull request or open an issue if you find any bugs or have suggestions for new features. Suggestions for supporting additional anime platforms are also appreciated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdxdev%2Fhianime-to-myanimelist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdxdev%2Fhianime-to-myanimelist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdxdev%2Fhianime-to-myanimelist/lists"}