0

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 : MSN with Python

Community
  • 1
  • 1
user95922
  • 51
  • 1

2 Answers2

2

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

hyperboreean
  • 8,273
  • 12
  • 61
  • 97
2

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
  • 69,903
  • 20
  • 143
  • 156
  • 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. – user95922 Apr 25 '09 at 11:33