[Tutor] Writing a web bot.

Gorman, John John.Gorman@pegsinc.com
Mon, 10 Jul 2000 10:52:43 -0700


Not knowing all the details of what you are wanting to do, may
I suggest that you check out wget and nc.

These tools are really neat. They can display or download files
and web pages, follow links.

Even if it is not want you want, I bet you can get some good ideas
from them.

John

|-----Original Message-----
|From: Furmanek, Greg [mailto:Greg.Furmanek@hit.cendant.com]
|Sent: Friday, July 07, 2000 4:09 PM
|To: 'PLUG'
|Subject: FW: [Tutor] Writing a web bot.
|
|
|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.
|
|_______________________________________________
|Plug-discuss mailing list  -  Plug-discuss@lists.PLUG.phoenix.az.us
|http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
|