使用 Python 的 MSN

发布于 2024-07-12 09:04:13 字数 248 浏览 5 评论 0原文

我计划为我运行的游戏创建一个简单的机器人,并将其放在 MSN 上并回答查询。 我想使用 Python 来执行此操作,并在 google 上搜索并找到 MSNP。 我想“太棒了”和“太棒了”,但它似乎已经有 5 年了,奇怪的是,它无法连接到 MSN,因为这些年来他们可能改变了一两件小事情。

有人知道与此相当的东西吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

羁绊已千年 2024-07-19 09:04:14

如果您准备对原始源代码进行一些艰苦的工作,则可以对其进行更新以支持当前版本的 MSN 协议:

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

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

终难遇 2024-07-19 09:04:14

您可以使用 msnlib ,经过快速测试后似乎是是最新的,是一个相当小且可读的两个文件中的库,带有一些 cli 聊天客户端和聊天机器人的参考实现。

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.

柠栀 2024-07-19 09:04:13

我不知道有什么等效的,但你可以查看 libpurple 的源代码并滚动你自己的,没有太多的困难。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文