[Tutor] Web client

Daniel Yoo dyoo@hkn.eecs.berkeley.edu
Wed, 4 Oct 2000 08:30:36 -0700 (PDT)


On Wed, 4 Oct 2000, 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?

I believe there's a Cookie.py library in the Vaults of Parnassus:

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

It should be useful for handling cookies, but I'm not quite sure how to
use it.  Does anyone else have experience with this?