Re: newbie: HTTPS screen scraping

2007-04-21 Thread John Nagle
[EMAIL PROTECTED] wrote: > Hi, >Can anyone help me out here. I would like to authenticate myself to a > website which uses HTTPS and then after authentication, I would like to > get the contents of the webpage. How can this be done using python. > I have tried urllib and urllib2 but it has no

Re: newbie: HTTPS screen scraping

2007-04-21 Thread ici
On Apr 21, 11:38 am, [EMAIL PROTECTED] wrote: > Hi, > Can anyone help me out here. I would like to authenticate myself to > a website which uses HTTPS and then after authentication, I would like > to get the contents of the webpage. How can this be done using python. > I have tried urllib and u