Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 894 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 894 Bytes

Rensetsu Service Scraper for Bangumi.tv

This is a command-line utility to scrape Bangumi data and convert it to Rensetsu Media object format

Requirements

  • Python >= 3.10

Setup

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

Usage

python xingxi

License

This repo is licensed under MIT License, unless stated otherwise.

Attribution

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.