I'm learning python, and my goal is to write a script that will log
into a website for me. The site uses HTTPS, the form uses the "POST"
method.

>From what I've been able to find so far, it looks like i need to use
the urllib2 module...does anyone know where I can find some good sample
code to read up on how to do this?

-Thx

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to