automatically filling web forms?

Alex cut_me_out at hotmail.com
Sat Jul 15 17:59:19 EDT 2000


> can I automatically fill webforms?

Yes, you can.  Check out the htmllib module, which you can use to get
the forms out of the document, and the GET and POST capabilities of
urllib, which you can use to send your response.

Alex.




More information about the Python-list mailing list