tags:

views:

65

answers:

1

How can I get msn contact list with a Python script having username and password?

A: 

There are lots and lots and lots of MSN client modules for Python.

Ignacio Vazquez-Abrams
*msnlib* seems to only work with MSNP version 8, which is ancient, and *Pymsn's* actual web site is at http://telepathy.freedesktop.org/wiki/Pymsn — the Google Code site has nothing on it.
Samir Talwar
an example of use?
Mari
Twisted if probably a good bet.
Xavier
Seems Twisted also use MSNP version 8 http://twistedmatrix.com/documents/current/api/twisted.words.protocols.msn.html
Mari