Notice
Recent Posts
Recent Comments
목록인증샷 (2)
준호씨의 블로그
[잉여코더] github 일일커밋 인증샷 자동화. python. selenium
github 일일커밋 인증샷 자동화. python. selenium from selenium import webdriver from selenium.webdriver.common.action_chains import ActionChains from PIL import Image from io import BytesIO driver = None try: driver = webdriver.Chrome('/Users/junho85/Downloads/chromedriver') driver.get("https://github.com/junho85") elem = driver.find_element_by_class_name("js-yearly-contributions") last_date_elem =..
개발이야기
2019. 3. 13. 01:52