Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 26th, 2012  |  syntax: None  |  size: 0.20 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. looking for simple script, Not a programmer. Need a python code that opens a page [closed]
  2. import urllib2, time
  3. while True:
  4.     urllib2.urlopen('http://www.example.com/upvote')
  5.     time.sleep(1800)