728x90 Python크롤링1 Python 파이썬 beautifulsoup[bs4] 활용해 영화 순위 크롤링하기 Python 크롤링 : beautifulsoup 활용 'request로 요청하고, beautifulsoup 으로 솎아낸다' BeautifulSoup 사용해 영화 순위 크롤링하기 영화 제목 크롤링 하기 import requests from bs4 import BeautifulSoup headers = {'User-Agent' : 'Mozilla/5.0 (Windows NT 10.0; Win64; x64)AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36'} data = requests.get('https://movie.naver.com/movie/sdb/rank/rmovie.nhn?sel=pnt&date=20220127',hea.. 2022. 1. 27. 이전 1 다음 728x90