Skip to content

Instantly share code, notes, and snippets.

@b1naryth1ef
Created July 12, 2011 16:34
Show Gist options
  • Select an option

  • Save b1naryth1ef/1078367 to your computer and use it in GitHub Desktop.

Select an option

Save b1naryth1ef/1078367 to your computer and use it in GitHub Desktop.
hitter.py
import urllib2,time
x=0
while x<100000:
urllib2.urlopen("http://thisurl.com/vote/ajax?id=123")
time.sleep(.2)
x+=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment