FW: [Tutor] Writing a web bot.

Página superior
Adjuntos:
Obtener este mensaje como un correo
+ (text/plain)
Eliminar este mensaje
Responder a este mensaje
Autor: Furmanek, Greg
Fecha:  
Asunto: 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.