P
passion_to_be_free
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.
code to read up on how to do this?
-Thx
into a website for me. The site uses HTTPS, the form uses the "POST"
method.
the urllib2 module...does anyone know where I can find some good sampleFrom what I've been able to find so far, it looks like i need to use
code to read up on how to do this?
-Thx