有想法扩展这个小项目吗? - 洋泾浜网络用户界面
我与 DBus 和 Sinatra 一起为 Pidgin(分别是所有基于 libpurple 的信使)构建了一个小型 Web UI。
这是出于娱乐和学习的目的,现在我正在寻找扩展它的想法。
您能想到任何有用的应用程序或扩展吗?
由于我从事这个项目是为了学习新东西,因此欢迎使用/组合其他技术的想法。
最后是链接: pidgin-web-ui
I have built a little Web UI for Pidgin(respectively all libpurple based messengers) together with DBus and Sinatra.
It was for fun and learning purposes and now I'm looking for ideas to extend it.
Can you think of any useful applications or extensions for it?
Since I work on this project to learn something new, ideas for other technologies to be used/combined are welcome.
Finally here is the link: pidgin-web-ui
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
我认为对很多人来说可能会用到的几件事是:
会有更多更好的功能,这会对许多用户有所帮助,但上述 3 个功能似乎是常用 IM 软件所缺少的。
I few things that that might use to many many people would be:
The would be many more nice features, that would help many users, but the above 3 seem to miss from usual IM software.
经过一分钟的头脑风暴后,我的想法是:
Dropbot
好吧,这听起来不错...但是您可以在没有消息机器人的情况下做到这一点。这是怎么回事?
对我来说,优点是我的即时消息始终处于打开状态,并且很容易删除链接。您可以使用 Delicious 删除链接或将内容发布到 Google Wave,是的。但我不喜欢进入网页、登录并在用户界面中组织内容。事实上,当我应该做更重要的事情时,我偶然发现了这些链接。因此,只需将其发送到我的 IM Dropbot 联系人就可以了。
My idea after a brainstorming minute:
Dropbot
Ok, that sounds fine... but you could do that without a message bot inbetween. What's the deal?
For me the advantage would be that my IM is always open and it would be fairly easy to drop a link. You could do the link dropping with Delicious or post stuff to a Google Wave, yeah. But I don't like to go to a web page, log in and organize stuff in the UI. Actually I stumble upon those links when I should do more important stuff instead. So just dropping it to my IM Dropbot contact would be cool.
为什么不扩展它以涵盖即时消息的所有基本功能(发送/接收消息、添加联系人等...)?看看您可以重现多少功能可能是一个有趣的练习。创建您自己的小 Meebo...
Why not extend it to cover all the basic features of instant messaging (sending/receiving messages, adding contacts, etc...)? Seeing how many features you can reproduce may be a fun exercise. Create your own little Meebo...
想玩得开心吗?
将基于马尔可夫链的聊天机器人集成到 Web 应用程序中。在搜索从人类响应中解析出的术语后,使其使用抓取的网络搜索结果来获取内容。这应该很有趣,并且会给你带来有趣的、有时甚至看起来非常聪明的结果。玩得开心!
Want to have fun?
Make a Markov-chained-based chatbot integrated into the web app. Make it use scraped web search results for the content, after searching for terms parsed out of the human's responses. That should be fun, and will give you funny, and sometimes eerily smart-looking results. Have fun!
我已经看到你的代码了。为什么不将 dbus_thread 拆分为 event_machine 守护进程以实现进一步的可扩展性?
I have seen your code. Why not split dbus_thread into a event_machine daemon for further scalability?
将其与 Twitter 集成。跟踪对话 (@Replies),包括多方参与。记录它们。等等。
许多有趣的功能和流行的原创 API 可供学习。
Integrate it with Twitter. Trace conversations (@Replies), including multi-party involvement. Log them. And so on.
Many interesting features and a popular, original API to learn.