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: about 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T17:02:40.000Z (about 2 months ago)
- Last Synced: 2024-10-31T18:16:54.077Z (about 2 months ago)
- Topics: beautifulsoup, cloud-functions, kpop, pubsub, python, web-scraping
- Language: Python
- Homepage:
- Size: 351 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
```