Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- MST
- 페이징
- Jenkins
- golang
- Spring Boot
- 운영체제
- Spring
- PL/SQL
- 디자인 패턴
- 코딩
- 자바
- 오라클
- Spring Cloud
- aws
- feign
- JPA
- MVC
- 백준
- Kafka
- db
- SQL
- retry
- Intellj
- 알고리즘
- Spring Cloud Feign
- DP
- 클라우드
- 데이터베이스
- 자료구조
- 쿼리
Archives
- Today
- Total
justgo_developer
크롤링 본문
크롤링
: 웹 페이지를 그대로 가져와서 데이터를 추출해 내는 행위
- 언어 : python
- 모듈 : selenium, bs4
- 웹 드라이버 : Chrome, Phantom
- 에디터 : vs code
python 설치 (https://www.python.org/)
vs code 설치 (https://code.visualstudio.com/)
웹 드라이버 설치(https://www.seleniumhq.org/)
selenium 설치