0

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.

1
  • How about using imified.com? Commented Jan 29, 2011 at 21:03

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.