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.
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.txtOr
pip install -r requirements.txtNote: Depends on the OS and distro, use python3 to python to avoid any issue.
python ./main.pyType: String
Set Kaize profile name (username) for backup.
If argument did not called, script will prompt in initialization.
Type: String
Options: anime, manga
Select which media type to export.
If argument did not called, script will prompt in initialization.
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.
Show a help menu.