Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T17:28:09.000Z (3 months ago)
- Last Synced: 2024-11-09T11:36:20.974Z (3 months ago)
- Topics: beautifulsoup, cloud-functions, kpop, pubsub, python, web-scraping
- Language: Python
- Homepage:
- Size: 329 KB
- Stars: 0
- Watchers: 2
- 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
```