I have been used to making queries to websites automatically & analizing the
results. a few minutes ago ... i can no longer do that
now a website is protected by a ramdom number that i have to enter before i
can login.
its a picture with numbers on it that i have to type in in the
authentication form before login in.

i use urllib2.install_opener(opener) to keep the kookies & work on other
pages of the website using response=urllib2.urlopen(req)

now i need to at least be able to download this very first picture that has
the random number on it to my hard disk so that i can look at it & feed my
script with that number automatically. is that possible ? its a picture
thats generated on the fly  i guess & it comes only at the login page.

i mean launch script, look at the picture, feed taht number to my script
from the prompt & hit enter & it would go on as usual.

thanks
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to