Is there any lib available to connect to yahoo messenger using either the standard protocol or the http way from python?
+3
A:
Google is your friend.
The Python Package Index has several modules to do with Yahoo, including this one which matches your requirements.
scvalex
2009-06-15 17:54:59
PERFECT thanks :)
daniels
2009-06-15 20:00:22
i ended up rolling my own implementation based on libpurple http://code.google.com/p/ymsg/
daniels
2010-09-30 10:31:38