Python script that allows you to extract anime data from Anixart and save it in JSON format for Shikimori
Make sure you have Python installed (version 3.6 or higher is recommended).
Clone this repository using the following command:
git clone https://github.com/the-dise/anixart-to-shikimori.git
cd anixart-to-shikimori
Install the dependencies using the following command:
pip install -r requirements.txt
Place the Anixart_Bookmarks.txt file in the project directory.
Convert Anixart_Bookmarks.txt to UFT-8. By default it is saved in UTF-8 with BOM.
Run the script using the following command:
python ./main.py
When the script completes, the results will be saved to the anime_data.json file.
Go to Shikimori profile settings and import anime_data.json.
Go to Profile tab -> Settings -> Data Management - Export bookmarks
1 | 2 | 3 |
---|---|---|
This project is licensed under the MIT license.