screen scraping with Python?

Jean-Paul Calderone exarkun at divmod.com
Tue Apr 28 07:34:25 EDT 2009


On Tue, 28 Apr 2009 16:57:18 +0530, "Meenakshi, Arun Kumar" <arunkumar.meenakshi at sc.com> wrote:
>David,
>
>            Thanks a ton for your swift reply. I will be more happy, if
>you could direct me with right API with which I can walk further.
>

Twisted includes a vt102 API along with an in-memory emulator implementing
many (but not all) of the features of the terminal.  You can find the API
documentation online:

  http://twistedmatrix.com/documents/current/api/twisted.conch.insults.html

Jean-Paul



More information about the Python-list mailing list