Skip to content

Template for Rensetsu service scraper module

License

Notifications You must be signed in to change notification settings

rensetsu/core.scraper.template

Repository files navigation

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.

About

Template for Rensetsu service scraper module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages