[웹크롤링] 구글맵 크롤링하기 (Selenium)
·
Development & Projects
구글맵의 데이터를 크롤링하기 위해 필요한 라이브러리인 selenium과 BeautifulSoup을 설치합니다.conda install seleniumconda install BeautifulSoup chrome driver 설치 아래의 웹에서 크롬 버전에 맞는 크롬 드라이버를 설치합니다.https://sites.google.com/chromium.org/driver/ ChromeDriver - WebDriver for ChromeWebDriver is an open source tool for automated testing of webapps across many browsers. It provides capabilities for navigating to web pages, user input, J..