Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 534 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 534 Bytes

Rensetsu Service Scraper for {PLATFORM}

This is a command-line utility to scrape {PLATFORM} 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/{REPO_NAME}
cd {REPO_NAME}
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.