Re: [Tutor] Fill in a web form
by Kent Johnson other posts by this author
Mar 18 2006 11:26AM messages near this date
[Tutor] Fill in a web form
|
Re: [Tutor] Fill in a web form
David Holland wrote:
> Is there a way in python to automatically put values in a web page ?
> For example I used to travel on a train (I live in the UK) that is
> always late. Is there a way to automatically to do this ?
Can you be more specific? Do you want to script the browser so it
displays a page (try PAMIE for IE or PyXPCOM for Mozilla) or do you want
to write a program that fetches the data and displays it (urllib2 or
mechanize/ClientForm to fetch the data, BeautifulSoup to parse the
response and get what you want).
Google any of the above for details or ask again here.
Kent
_______________________________________________
Tutor maillist - Tutor@[...].org
http://mail.python.org/mailman/listinfo/tutor
Thread:
David Holland
Kent Johnson
Alan Gauld
Michael Janssen
|