8000 GitHub - wkdtjrrb/Capstone
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wkdtjrrb/Capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation


[1. 쿠팡 크롤링]

  • 쿠팡 상품 정보 크롤링, 시작 페이지를 driver.get()에 인수로 사용

  • 각 상품을 순서대로 가져오며 리뷰 점수별로 리뷰 수집

  • 문제 1: 페이지가 로드되기 전 find_element를 하는 경우, 오류 발생

    • 업데이트: find_element앞 sleep문 추가하여 오류 방지
  • 문제 2: 리뷰가 없는 경우 오류 발생(드롭박스를 찾을 수 없음)

    • 업데이트: dropbox를 try문으로 감싸고 except에 continue를 추가하여 dropbox를 찾을 수 없는 경우 다음 상품으로 넘어가도록 함

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0