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
- 디자인 패턴
- Spring
- Spring Cloud
- retry
- Spring Cloud Feign
- 코딩
- golang
- 자료구조
- DP
- 백준
- 데이터베이스
- aws
- db
- MVC
- Jenkins
- 알고리즘
- 클라우드
- Kafka
- Intellj
- 오라클
- 운영체제
- JPA
- PL/SQL
- 쿼리
- 자바
- feign
- Spring Boot
- 페이징
- SQL
- MST
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 설치