MSN with Python

前端 未结 3 625
借酒劲吻你
借酒劲吻你 2021-01-15 00:02

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

相关标签:
3条回答
  • 2021-01-15 00:55

    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.

    0 讨论(0)
  • 2021-01-15 01:04

    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

    0 讨论(0)
  • 2021-01-15 01:07

    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.

    0 讨论(0)
提交回复
热议问题