Skip to content

Latest commit

 

History

History
77 lines (48 loc) · 1.75 KB

README.md

File metadata and controls

77 lines (48 loc) · 1.75 KB

(Unofficial) Kaize.io List Backupper

Backup your anime & manga lists on Kaize in JSON format by scraping HTML, powered by Python under MIT License.

This script mainly used for nattadasu/animeManga-autoBackup project for backup anime & manga lists automation in PowerShell from several sites.

Table of Contents

Requirements

This script may requires Python 3.6 or greater. You may need to install required dependencies by running following command in terminal/command prompt:

python -m pip install -r requirements.txt

Or

pip install -r requirements.txt

Note: Depends on the OS and distro, use python3 to python to avoid any issue.

Usage

python ./main.py

Arguments

-u, --username

Type: String

Set Kaize profile name (username) for backup.

If argument did not called, script will prompt in initialization.

-t, --type

Type: String
Options: anime, manga

Select which media type to export.

If argument did not called, script will prompt in initialization.

-o, --out-file, --output

Type: String (Path)
Default: ./kaize_animeList.json, ./kaize_mangaList.json

Set where file will be saved as JSON.

Script will automatically append .json to file name if not set.

-h, --help

Show a help menu.