An open API service indexing awesome lists of open source software.

https://github.com/kvdomingo/sbs-image-scraper

Small command-line utility to scrape photos from SBS PD노트 posts
https://github.com/kvdomingo/sbs-image-scraper

kpop python sbs scraper

Last synced: 4 months ago
JSON representation

Small command-line utility to scrape photos from SBS PD노트 posts

Awesome Lists containing this project

README

        

# sbs-image-scraper

Small command-line utility to scrape photos from SBS PD노트 posts

## Requirements
- [Python >= 3.8](https://www.python.org/downloads/) (only if you want to run as module)
- [Gecko driver](https://github.com/mozilla/geckodriver/releases)

## Usage
```shell
# Python module
python -m sbs_image_scraper [board_number]

# Standalone
./sbs_image_scraper [board_number]
```