Is it possible to use sockets to login to a website that uses php?

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Mon Nov 19 15:37:55 EST 2007


En Mon, 19 Nov 2007 15:01:16 -0300, Lamonte Harris <pyth0nc0d3r at gmail.com>  
escribió:

> I need to some how make a script that logs into a website from my desktop
> and I can do the rest and grab the information on my on hopefully.  How
> would I login to a website using sockets with python?

See the urllib2 module.

-- 
Gabriel Genellina




More information about the Python-list mailing list