tags:

views:

345

answers:

2

I am trying to connect to the MSN network using Python.. I've done some searching and it seems like http://blitiri.com.ar/p/msnlib/ and http://msnp.sourceforge.net/ are the available libraries. However both seem very old and is there any other up to date library that i can use?

Dupplicate of : http://stackoverflow.com/questions/490929/msn-with-python

+1  A: 

I might be babbling here, but I think Python Twisted has a protocol implementation of msn.

hyperboreean
Holy cow! You saved my life! http://twistedmatrix.com/projects/words/documentation/examples/
+1  A: 

libpurple at http://developer.pidgin.im/wiki/WhatIsLibpurple

is the library that drives pidgin, and allows you to connect to MSN and others, not sure if there's a python wrapper for it.

cobbal
Yeah i had previously looked at it but i shyed away from it since it didn't have a python implementation and i wanna make this a webapp.