Skip to content

Instantly share code, notes, and snippets.

View zyan0's full-sized avatar
🎯
Focusing

Zheng Yan zyan0

🎯
Focusing
View GitHub Profile
import StringIO
import time
import pycurl
import stem.control
from stem.util import term
import stem.process
# Static exit for us to make 2-hop circuits through. Picking aurora, a
@zyan0
zyan0 / gist:3859375
Created October 9, 2012 15:00 — forked from observerss/gist:3798896
Google Keyword Tool Scraper(selenium+python version)
from selenium import webdriver
from selenium.common.exceptions import TimeoutException
import selenium.webdriver.support.wait
selenium.webdriver.support.wait.POLL_FREQUENCY = 0.05
import re
import random
import collections
class AdwordsAutomater(object):