[Tutor] Writing a web bot.

Furmanek, Greg Greg.Furmanek@hit.cendant.com
Fri, 7 Jul 2000 18:29:53 -0400


Hi all.

It appears I have found myself in a position
where I could use some help.

The task I am trying to perform is write an
internet bot.  I was going to use urllib for
this project however one of the requirements
is for the connection to be continuous during
the session.  

Connect to a site.
Get page, parse.
Get another page, parse.
use POST method, get another page, parse.
Disconnect from the site.

The connection is not supposed to be dropped
between the requests.

Is there a simple way to do this task???

thanks.