Re: Log-in to forums (using cookielib)?

2007-05-01 Thread Gabriel Genellina
En Tue, 01 May 2007 05:39:14 -0300, Olivier Oost <[EMAIL PROTECTED]> escribió: > Gabriel Genellina wrote: >> En Tue, 01 May 2007 04:44:57 -0300, Olivier Oost <[EMAIL PROTECTED]> >> escribió: >> >>> Can someone please tell me how I should log-in and leave a message on >>> the board? >> Sure.

Re: Log-in to forums (using cookielib)?

2007-05-01 Thread Olivier Oost
Gabriel Genellina wrote: > En Tue, 01 May 2007 04:44:57 -0300, Olivier Oost <[EMAIL PROTECTED]> > escribió: > >> I need to login to a online forum, like a phpbb forum, and leave a >> message there. I figured I need to use cookielib, but the >> documentation of cookielib is not very clear to me.

Re: Log-in to forums (using cookielib)?

2007-05-01 Thread Gabriel Genellina
En Tue, 01 May 2007 04:44:57 -0300, Olivier Oost <[EMAIL PROTECTED]> escribió: > I need to login to a online forum, like a phpbb forum, and leave a > message there. I figured I need to use cookielib, but the documentation > of cookielib is not very clear to me. > Can someone please tell me h

Log-in to forums (using cookielib)?

2007-05-01 Thread Olivier Oost
Hi, I need to login to a online forum, like a phpbb forum, and leave a message there. I figured I need to use cookielib, but the documentation of cookielib is not very clear to me. I tried to just copy/paste all the cookies from FireFox into my Python-program, like this: import cookielib, urll