Is there any lib available to connect to yahoo messenger using either the standard protocol or the http way from python?
Asked
Active
Viewed 2,388 times
2 Answers
5
Google is your friend.
The Python Package Index has several modules to do with Yahoo, including this one which matches your requirements.

scvalex
- 14,931
- 2
- 34
- 43
1
There is also the Yahoo IM SDK that might help.

Blair Azzopardi
- 502
- 8
- 17
-
i ended up rolling my own implementation based on libpurple http://code.google.com/p/ymsg/ – daniels Sep 30 '10 at 10:31