Client side cookies in Python

Aamir Sehbai asehbai at gslink.com
Fri Apr 9 01:14:10 EDT 1999


To handle cookies sent by the server, the Cookies.py module is not enough. 

I need to be able to handle client-side cookies in my Python script, (to
log in to Yahoo! and get my email). While I searched for this topic in
this newsgroup, I found the following hack from Rick Otten to deal with
the problem, at 

http://x8.dejanews.com/[ST_rn=ap]/getdoc.xp?AN=367235052&CONTEXT=923633207.1880162449&hitnum=1

While I will be trying to make his code work with Yahoo, if anyone else
has information about something similar, please share.

Thanks.






More information about the Python-list mailing list