프로그래밍
Selenium을 활용한 인스타그램 봇만들기(로그인)
설치 pip install selenium 1.chromedriver를 사용시 https://chromedriver.storage.googleapis.com/index.html?path=97.0.4692.71/ https://chromedriver.storage.googleapis.com/index.html?path=97.0.4692.71/ chromedriver.storage.googleapis.com 에서 운영체제에 맞는 드라이버 설치후 프로젝트 폴더에 넣어줍니다. 2.chromedriver를 사용하지 않을시 pip install webdriver-manager 로그인코드 import time from selenium import webdriver from selenium.webdriver.commo..
2022. 1. 18. 22:12
최근댓글