MSN with Python

倖福魔咒の 提交于 2019-12-19 10:21:46

问题


I have plans to create a simple bot for a game I run and have it sit on MSN and answer queries. I want to use Python to do this and googled around and found MSNP. I thought "great" and "how awesome" but it appears that it's about 5 years old and oddly enough doesn't connect to MSN as they've probably changed one or two small little things over the years.

Does anybody know of something equivalent to that?


回答1:


I don't know of anything equivalent, but you can look at the source to libpurple and roll your own without a terrible amount of difficulty.




回答2:


If you're prepared to do some hard work with the original source code, you could update it to support the current version of the MSN protocol:

http://msnpiki.msnfanatic.com/index.php/Main_Page




回答3:


You can use msnlib, which after a quick test seems to be up to date, and is quite a small and readable library in two files, with a reference implementation of a few cli chat clients and chat bots.



来源:https://stackoverflow.com/questions/490929/msn-with-python

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!