This post originated from an RSS feed registered with Python Buzz
by Phillip Pearson.
Original Post: AIM and Y!IM feature request
Feed Title: Second p0st
Feed URL: http://www.myelin.co.nz/post/rss.xml
Feed Description: Tech notes and web hackery from the guy that brought you bzero, Python Community Server, the Blogging Ecosystem and the Internet Topic Exchange
A while back I started on a bot that would support multiple networks. It wasn't hard to get it working with ylib and msnlib, but the only decent AIM library seems to be the one in Twisted Words, which is a pain to integrate with stuff that doesn't live inside Twisted.
One alternative is just to run the Twisted stuff in one thread and the rest in another thread, but it would be cool if they were all integrated nicely.