Re: Python to log into web site

2006-07-24 Thread Steve Holden
Steve Holden wrote: > david brochu jr wrote: > >>Hi, >> >>I have been browsing around the net looking for a way (hopefully an >>easily implemented module) to log into a web site using python. The site >>I wish to log into is an internal site which requires email address and >>password for auth

Re: Python to log into web site

2006-07-24 Thread Steve Holden
david brochu jr wrote: > Hi, > > I have been browsing around the net looking for a way (hopefully an > easily implemented module) to log into a web site using python. The site > I wish to log into is an internal site which requires email address and > password for authentication. Does anyone h

Re: Python to log into web site

2006-07-24 Thread Christoph Haas
On Tuesday 18 July 2006 17:46, david brochu jr wrote: > I have been browsing around the net looking for a way (hopefully an > easily implemented module) to log into a web site using python. The site > I wish to log into is an internal site which requires email address and > password for authenticat

Python to log into web site

2006-07-18 Thread david brochu jr
Hi,   I have been browsing around the net looking for a way (hopefully an easily implemented module) to log into a web site using python. The site I wish to log into is an internal site which requires email address and password for authentication. Does anyone have any suggestions or links that migh