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
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