[Tutor] What lib should I use?
bob gailer
bgailer at gmail.com
Mon May 26 03:06:16 CEST 2008
Julia wrote:
>
> I need to write a program what can do two things:
>
> 1) get data from the website
> 2) send information from a textfield (e.g. like a google search)
I presume you want to automatically submit a form?
For both see
http://docs.python.org/lib/node577.html
Forms are submitted by either GET or POST. Examine the HTML of the form
to see which.
--
Bob Gailer
919-636-4239 Chapel Hill, NC
More information about the Tutor
mailing list