[crawler] youtube(selenium)
Ver. Jupyter Notebook (Anaconda3) ▶ crawler_yotube(selenium) 수집: 제목, 조회수, 날짜, 좋아요, 싫어요, 댓글 코딩: github JeongJaeyoung0/crawler Contribute to JeongJaeyoung0/crawler development by creating an account on GitHub. github.com 210517 # crawler_Youtube step 1. url 수집: 검색어 입력, 크롤링 글 개수 입력 step 2. 크롤링: 제목, 조회수, 날짜, 좋아요, 싫어요, 댓글 pwd ### step 0. 준비 import sys # 시스템 import os # 시스템 import pandas as pd # 판다스 :..
2021.05.17