wasm-demo/demo/ermis-f/python_m/cur/1337

26 lines
803 B
Plaintext

From: asehbai at gslink.com (Aamir Sehbai)
Date: Fri, 9 Apr 1999 01:14:10 -0400
Subject: Client side cookies in Python
Message-ID: <Pine.LNX.4.05.9904090107300.20115-100000@gamma.gslink.com>
X-UID: 1337
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.