views:

575

answers:

2

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
PERFECT thanks :)
daniels
A: 

There is also the Yahoo IM SDK that might help.

bsdz
i ended up rolling my own implementation based on libpurple http://code.google.com/p/ymsg/
daniels