특정 url에 대해 지정한 depth까지의 Html & Js 파일 저장
pip install selenium
pip install beautifulsoup4
pip install lxml
- chromedriver_path = "chromedriver.exe 경로 입력"
- craw_url = "대상 url 입력"
- save_path = "Html, JS 파일 저장 경로"
- select_depth = "depth 설정"
#Example
chromedriver_path = "C:\\...\\chromedriver.exe"
craw_url = "https://naver.com/"
save_path = "C:\\...\\Desktop\\"
select_depth = 2
- 존재하지 않거나 접근할 수 없는 주소의 경우 terminal에 출력