开发者

How can I send/receive IM Messages using python?

开发者 https://www.devze.com 2023-02-07 05:15 出处:网络
How can I send/receive IM Messages using python? I want to send AOL Instant Messe开发者_运维知识库nger messages and receive them using python. I basically want to take in input from the chat, process

How can I send/receive IM Messages using python? I want to send AOL Instant Messe开发者_运维知识库nger 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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消