BeautifulSoup1 [Web/Crawling] BeautifulSoup BeautifulSoup HTML정보로 부터 원하는 데이터를 가져오기 쉽게, 비슷한 분류의 데이터별로 나누어주는(parsing) 파이썬 라이브러리로 정적 크롤링에 사용이 됩니다. 설치 방법 pip install requests pip install beautifulsoup4 위 코드로 설치를 합니다. request 라이브러리란 Python용 HTTP 라이브러리이다. 특정 웹사이트에 HTTP 요청을 보내 HTML 문서를 받아올 수 있는 라이브러리로, BeautifulSoup에 의해 살아있는 HTML 문서로 바뀌게 된다. 사용 예시 from bs4 import BeautifulSoup as BS import requests as req url = "https://finance.naver.com/sise/la.. 2023. 7. 10. 이전 1 다음