vote up 1 vote down star
1

I'm wondering how the best way to build a way to interface with Yahoo Chat is. I haven't found anything that looks incredibly easy to do yet. One thought it to build it all from scratch, the other thought would be to grab the code from open source software. I could use something like zinc, however, this maybe more complex than it needs to be. Another option would be to find a library that supports it, however, I haven't seen one. What are your thoughts on how to proceed and what would be the best way? I'm not necessarily looking for the fastest way as this is a bit of a learning project for me.

flag

By "Yahoo Chat" do you mean Yahoo!Messenger? messenger.yahoo.com – Stobor Jul 4 at 12:07
Not really. Yahoo chat isn't the same as Yahoo Messenger, but Yahoo messenger can connect to Yahoo Chat. Basically, it depends on what the library supports if I can do it or not. – Noah Clark Jul 4 at 12:20
Ah, yeah, I rememeber; you mean the Java chatroom client. Hmm.. It appears that that still uses the YMSG protocol - which means that the Y!M libraries should work... I'll poke around some more... – Stobor Jul 8 at 0:47

1 Answer

vote up 3 vote down check

Python-purple is a python API for accessing libpurple, the Pidgin backend. It will give you access to all the IM networks which Pidgin supports, including Y!Messenger, MSN Messenger, Jabber/GTalk/XMPP, and more...

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.