Python 中的雅虎聊天
我想知道构建与 Yahoo Chat 交互的最佳方式是如何。 我还没有发现任何看起来非常容易做的事情。 一种想法是从头开始构建,另一种想法是从开源软件中获取代码。 我可以使用锌之类的东西,但是,这可能比需要的更复杂。 另一种选择是找到一个支持它的库,但是我还没有看到。 您对如何进行以及最好的方法有何想法? 我不一定要寻找最快的方法,因为这对我来说是一个学习项目。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Python-purple 是一个用于访问 Pidgin 后端 libpurple 的 Python API。 它将使您能够访问 Pidgin 支持的所有 IM 网络,包括 Y!Messenger、MSN Messenger、Jabber/GTalk/XMPP 等等...
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...