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 authentication. Does anyone have any suggestions or links 
>>that might point me in the right direction?
>> 
>>
> 
> Look for mechanzie and clientform, both by John J Lee, in sourceforge. 
> They can both help a lot.
> 
Sorry, that first one is "mechanize".
-- 
Steve Holden   +44 150 684 7255  +1 800 494 3119
Holden Web LLC/Ltd  http://www.holdenweb.com
Skype: holdenweb   http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden

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


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 have any suggestions or links 
> that might point me in the right direction?
>  
> 
Look for mechanzie and clientform, both by John J Lee, in sourceforge. 
They can both help a lot.

regards
  Steve
-- 
Steve Holden   +44 150 684 7255  +1 800 494 3119
Holden Web LLC/Ltd  http://www.holdenweb.com
Skype: holdenweb   http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden

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


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 authentication. Does anyone have any suggestions or links
> that might point me in the right direction?

Is http://twill.idyll.org/ perhaps something for you?

Regards
 Christoph
-- 
~
~
".signature" [Modified] 1 line --100%--1,48 All
-- 
http://mail.python.org/mailman/listinfo/python-list


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 might point me in the right direction?

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