Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 552 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 552 Bytes

Rensetsu Service Scraper for AniDB

This is a command-line utility to scrape AniDB 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.anidb.rensetsu-diorama
cd db.anidb.rensetsu-diorama
python3 -m venv venv
source ./venv/bin/activate
pip install -U -r requirements.txt

Usage

python scraper

License

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