如何使用 Python 与 MSN 协议交互?
我正在尝试使用 Python 连接到 MSN 网络..我做了一些搜索,看起来像 http://blitiri.com.ar/p/msnlib/ 和 http://msnp.sourceforge。 net/ 是可用的库。 然而,两者看起来都很旧,还有其他我可以使用的最新库吗?
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我可能在这里胡言乱语,但我认为 Python Twisted 有一个 msn 的协议实现。
I might be babbling here, but I think Python Twisted has a protocol implementation of msn.
http://developer.pidgin.im/wiki/WhatIsLibpurple 处的 libpurple
是驱动的库pidgin,并允许您连接到 MSN 和其他人,不确定是否有一个 python 包装器。
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.