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 |
Tags
- aws
- 운영체제
- 디자인 패턴
- Kafka
- db
- DP
- PL/SQL
- Spring Cloud
- 알고리즘
- golang
- 자바
- 백준
- 코딩
- 쿼리
- MVC
- 자료구조
- 오라클
- feign
- Spring Boot
- Jenkins
- 데이터베이스
- JPA
- 클라우드
- retry
- SQL
- 페이징
- Intellj
- MST
- Spring Cloud Feign
- Spring
Archives
- Today
- Total
justgo_developer
크롤링 본문
728x90
반응형
크롤링
: 웹 페이지를 그대로 가져와서 데이터를 추출해 내는 행위
- 언어 : python
- 모듈 : selenium, bs4
- 웹 드라이버 : Chrome, Phantom
- 에디터 : vs code
python 설치 (https://www.python.org/)
vs code 설치 (https://code.visualstudio.com/)
웹 드라이버 설치(https://www.seleniumhq.org/)
selenium 설치
728x90
반응형