hotmail

brueckd at tbye.com brueckd at tbye.com
Fri Mar 1 14:56:34 EST 2002


On 1 Mar 2002, Ed wrote:

> im just wondering whether it is possible to access hotmail thru python
> so that i have a far quicker way of checking my emails. can telnetlib
> do this?

If you're on Windows (and have either ActiveState Python or Mark Hammond's
win32all extensions) then you can use COM to create a web browser instance
and use its DOM interface to navigate. I made a small script to retrieve
my address book this way - I'll try to dig it up and post it, but it's
pretty easy to do from scratch too.

-Dave





More information about the Python-list mailing list