다음 뉴스 크롤링 제작
# 내 저장공간 확인 pwd # 라이브러리 import import pandas as pd import numpy as np from selenium import webdriver # 라이브러리(모듈) 가져오라 from selenium.webdriver import ActionChains as AC # 웹브라우저 동작 from tqdm import tqdm from tqdm.notebook import tqdm from time import sleep import time # 데이터 수집할 키워드 지정 keyword = "SK텔레콤" keyword 다음뉴스기사 url 수집 # 크롬창 띄우기 driver = webdriver.Chrome("chromedriver.exe") # 맥 : /Users/aiden..