Skip to content

Python script that allows you to extract anime data from Anixart and save it in JSON format for Shikimori

License

Notifications You must be signed in to change notification settings

the-dise/anixart-to-shikimori

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anixart-to-shikimori

Python script that allows you to extract anime data from Anixart and save it in JSON format for Shikimori

Install

  1. Make sure you have Python installed (version 3.6 or higher is recommended).

  2. Clone this repository using the following command:

    git clone https://github.com/the-dise/anixart-to-shikimori.git
    cd anixart-to-shikimori
  3. Install the dependencies using the following command:

    pip install -r requirements.txt

Usage

  1. Place the Anixart_Bookmarks.txt file in the project directory.

  2. Convert Anixart_Bookmarks.txt to UFT-8. By default it is saved in UTF-8 with BOM.

  3. Run the script using the following command:

    python ./main.py
  4. When the script completes, the results will be saved to the anime_data.json file.

  5. Go to Shikimori profile settings and import anime_data.json.

How to export Anixart data

Go to Profile tab -> Settings -> Data Management - Export bookmarks

1 2 3

License

This project is licensed under the MIT license.

About

Python script that allows you to extract anime data from Anixart and save it in JSON format for Shikimori

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages