https://github.com/kvdomingo/autocomeback
Web scraper to pull comeback/debut data from dbkpop and r/kpop
https://github.com/kvdomingo/autocomeback
beautifulsoup cloud-functions kpop pubsub python web-scraping
Last synced: 2 months ago
JSON representation
Web scraper to pull comeback/debut data from dbkpop and r/kpop
- Host: GitHub
- URL: https://github.com/kvdomingo/autocomeback
- Owner: kvdomingo
- Created: 2023-02-16T12:40:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-09T13:35:52.000Z (over 1 year ago)
- Last Synced: 2025-07-06T13:04:37.757Z (12 months ago)
- Topics: beautifulsoup, cloud-functions, kpop, pubsub, python, web-scraping
- Language: Python
- Homepage:
- Size: 341 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# autocomeback
## Requirements
- Python 3.10+
- Poetry
## Running locally
1. Clone the repo
2. Install dependencies
```shell
poetry install
```
3. Run script:
```shell
poetry run python -m autocomeback
```