카테고리 없음
크롤링
다날92
2018. 5. 26. 16:28
크롤링
: 웹 페이지를 그대로 가져와서 데이터를 추출해 내는 행위
- 언어 : python
- 모듈 : selenium, bs4
- 웹 드라이버 : Chrome, Phantom
- 에디터 : vs code
python 설치 (https://www.python.org/)
vs code 설치 (https://code.visualstudio.com/)
웹 드라이버 설치(https://www.seleniumhq.org/)
selenium 설치