Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import urllib
- while True:
- while True:
- try:
- urllib.urlretrieve("http://isitfriday.org/submit", "sumbitForm.html")
- break
- except:
- ""
- html_file = open('submitForm.html')
- line = html_file.read()
- line = line.splitlines()[247]
- line = line[78:]
- line = line[:-9]
- html_file.close()
- print "I am not a robot captcha: "+line+"="+str(eval(line))+" Deal with it.."
Advertisement
Add Comment
Please, Sign In to add comment