목록Python/Crawling (1)
JLOG
[Selenium] Unix, Linux에서 파이썬 안에서 프록시 설정하는 법 / how to set proxy at python in Unix
Unix에서 crawling을 위해 selenium의 webdriver를 사용해서 웹페이지를 열어주었다. 1 2 3 4 5 6 7 #! /bin/python3.6 from selenium import webdriver browser = webdriver.Firefox() browser.get("www.naver.com") http://colorscripter.com/info#e" target="_blank" style="color:#e5e5e5text-decoration:none">Colored by Color Scripter http://colorscripter.com/info#e" target="_blank" style="text-decoration:none;color:white">cs 웹페이지는 열..
Python/Crawling
2020. 1. 17. 11:14