본문 바로가기
Crawling

네이버 날씨 온도 데이터 가져오기 실습 ( res = rq.get(url) / soup = bs(res.text, "lxml") / list 형태의 soup.select('data값') / for문으로 list[i].text로 결과값 추출)

by leehii 2022. 7. 1.