如何使用 python 发送/接收 IM 消息?
如何使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是一些示例代码: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