Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sirius-mhlee/naver-cafe-crawler
NAVER Cafe Crawler using pandas, tqdm, Selenium, BeautifulSoup4
https://github.com/sirius-mhlee/naver-cafe-crawler
beautifulsoup4 crawler pandas selenium tqdm
Last synced: 27 days ago
JSON representation
NAVER Cafe Crawler using pandas, tqdm, Selenium, BeautifulSoup4
- Host: GitHub
- URL: https://github.com/sirius-mhlee/naver-cafe-crawler
- Owner: sirius-mhlee
- Created: 2024-09-10T14:08:59.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T14:45:03.000Z (about 2 months ago)
- Last Synced: 2024-09-29T01:42:52.333Z (about 1 month ago)
- Topics: beautifulsoup4, crawler, pandas, selenium, tqdm
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NAVER Cafe Crawler
NAVER Cafe Crawler using pandas, tqdm, Selenium, BeautifulSoup4
> [!CAUTION]
> This crawler was created for the purpose of data analysis education and training.
> All legal responsibilities arising from the use of this crawler are the user's.## Requirement
- pandas
- tqdm
- Selenium
- BeautifulSoup4```shell
pip install pandas tqdm selenium beautifulsoup4
```