개발 기간: 2023.07.05 ~ 2023.08
This project is the first sub-project of the two projects above - Web Scraper Project.
WebScraper is initial model of webtoon database maker, especially for naver.
You can scrape all the webtoon information using class Scraper.py.
Befor utilize scraper class Scraper.py, you should install python dynamic crawling package, selenium first.
pip install selenium
In this project, version of packages is as follows
- Python: 3.11
- Selenium: 4.10.0
- Pandas: 2.0.3
