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 | 31 |
Tags
- spring boot 시작
- Python 기본편
- 미국주식
- python 기초
- intelliJ plugin
- spring Annotation
- 미국 배당주
- 애드센스 수익
- JDK1.3
- python
- MYSQL
- apache log4j
- docker 명령어
- Spring Batch
- Vue
- Vue 강의
- IntelliJ
- 젠킨스
- docker
- gradle
- Spring Batch 강의
- 티스토리 광고 수익
- docker mysql
- Vue 알아보기
- AES256
- 구글 애드센스 수익
- scrapy
- Vue 배우기
- Spring
- 도커
Archives
나만의공간
Python을 이용한 웹 크롤링 개발 도구 선택 본문
Python을 이용한 웹 크롤링에 필요한 개발도구
- 사용 라이브러리 : Beautiful Soup 4.X
- 사용 라이브러리 : Scrapy
- Window 객체 사용 가능 라이브러리 : pywin32
https://sourceforge.net/projects/pywin32/?source=navbar - 언어 : Python 2.7
- pyOpenSSL 설치
https://pypi.python.org/pypi/pyOpenSSL - 기타 : virtualEnv, virtualenvwrapper
- 사이트 구조 분석 방법
- 특정 사이트 데이터 취득
1. 웹 크롤링에 필요한 관련 Lib 설치 방법
1) easy_install pyopenssl
2) easy_install beautifulsoup
3) easy_install Scrapy
Scrapy로 설치시 twisted관련 오류가 발생할 경우 아래 zope.interface를 추가로 설치한다.
4) easy_install zope.interface
'IT > Python' 카테고리의 다른 글
Python 기본편 (설치) #1 (0) | 2024.01.08 |
---|---|
Scrapy 가이드 #3 (MongoDB 사용하기) (0) | 2016.05.30 |
Scrapy 가이드 #2 (0) | 2016.05.26 |
Scrapy 가이드 #1 (0) | 2016.05.26 |
Python whl 파일 설치 방법 (0) | 2016.05.23 |
Comments