This is a command-line utility to scrape Notify.moe 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.notify.rensetsu-mirai
cd db.notify.rensetsu-mirai
python3 -m venv venv
source ./venv/bin/activate
pip install -U -r requirements.txt
python mirai
This repo is licensed under MIT License, unless stated otherwise.