This is a command-line utility to scrape Bangumi 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.bangumi.rensetsu-xingxi
cd db.bangumi.rensetsu-xingxi
python3 -m venv venv
source ./venv/bin/activate
pip install -U -r requirements.txt
python xingxi
This repo is licensed under MIT License, unless stated otherwise.
The raw data were provided by bangumi-data
project, which is licensed
under CC BY 4.0. The data were converted to Rensetsu Media object format by
rensetsu
project, which is licensed under MIT License.