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
- Host: GitHub
- URL: https://github.com/kvdomingo/sbs-image-scraper
- Owner: kvdomingo
- License: mit
- Created: 2022-08-29T12:25:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-11T18:11:36.000Z (almost 3 years ago)
- Last Synced: 2025-01-04T06:24:10.945Z (5 months ago)
- Topics: kpop, python, sbs, scraper
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
```