Web client

piet at cs.uu.nl piet at cs.uu.nl
Wed Oct 25 11:14:25 EDT 2000


>>>>> gerrit at NOSPAM.nl.linux.org (Gerrit Holl) (GH) writes:

GH> On Wed, 4 Oct 2000 15:22:09 +0200, Fredrik Eriksson wrote:
>> 
>> I want to build a simple web client that logs in to a free web service to
>> send a sms. What it need to do is get the first web page, fill in the form
>> and send the information, get the next web page and do the same thing and
>> then disconnect.
>> But this requires a handling of cookies and I can't find anything for that
>> in Python?

GH> I believe there _is_ a Cookie module, findable through the
GH> Vaults of Parsannus (http://www.vex.net/~x/parnassus):

GH> http://www.timo-tasi.org/python/Cookie.py

This cookie module is voor the server-side not for the client side.
I did some code for client side cookies not too long ago, but I cannot find
it now. It may be at home, I'll have a look into it. It is quite simple,
not even a separate module.
-- 
Piet van Oostrum <piet at cs.uu.nl>
URL: http://www.cs.uu.nl/~piet [PGP]
Private email: P.van.Oostrum at hccnet.nl



More information about the Python-list mailing list