Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```