如何使用 python 发送/接收 IM 消息?

发布于 2024-10-14 19:41:02 字数 109 浏览 0 评论 0原文

如何使用 python 发送/接收 IM 消息?我想使用 python 发送 AOL Instant Messenger 消息并接收它们。我基本上想从聊天中获取输入,对其进行处理,然后将处理后的输入发回。

How can I send/receive IM Messages using python? I want to send AOL Instant Messenger messages and receive them using python. I basically want to take in input from the chat, process it and then send the processed input back.

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

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

发布评论

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

评论(1

記憶穿過時間隧道 2024-10-21 19:41:02

以下是一些示例代码:http://code .google.com/p/madcow/source/browse/trunk/madcow/protocol/aim.py

另外:
http://www.gilesgoatboy.org/python/skippy.html

一般来说,很多可以使用谷歌搜索找到示例:python goal

Here is some sample code: http://code.google.com/p/madcow/source/browse/trunk/madcow/protocol/aim.py

Also:
http://www.gilesgoatboy.org/python/skippy.html

Generally, lots of examples can be found using a google search for: python aim

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