This is a command-line utility to scrape AniDB data and convert it to Rensetsu Media object format
- Python >= 3.10
Simply running following commands before using the app:
git clone https://github.com/rensetsu/db.anidb.rensetsu-diorama
cd db.anidb.rensetsu-diorama
python3 -m venv venv
source ./venv/bin/activate
pip install -U -r requirements.txt
python scraper
This repo is licensed under MIT License, unless stated otherwise.