以编程方式设置即时通讯程序显示消息

发布于 2024-07-20 09:02:42 字数 117 浏览 4 评论 0原文

为即时通讯程序设置显示消息的脚本是简单还是复杂? 经过一番查找,似乎根本没有这方面的信息。

举个例子,如果我有一个报价文本文件,是否可以将 google talk 显示消息每小时更改为不同的报价?

Would a script that sets display messages for instant messengers be simple or complex? After some searching, there doesn't seem to be any information about this at all.

For the sake of an example, if I had a text file of quotations, would it be possible to have the google talk display message change to a different quotation hourly?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

清醇 2024-07-27 09:02:42

取决于您使用的客户端。 据我所知,Google的客户端不提供任何插件接口,但开源即时通讯Pidgin 确实如此。 我认为已经有一个插件可以满足您想要执行的操作,但是您可以使用 文档编写自己的插件,并且他们给你的例子

编写此类内容的复杂性取决于您对 C 或 Perl 的了解程度,因为您可以使用 Pidgin 中的任何一种进行编程。 阅读其他人的插件中的代码,您应该能够弄清楚 Pidgin API。

Depends on which client you're using. As far as I know, Google's client doesn't offer any interface for plugins, but the open source instant messenger Pidgin does. I think there already is a plugin for what you want to do, but you can write your own using the documentation and examples they give you.

The complexity of writing something like this is based on how much C or Perl you know, since you can program in either of those for Pidgin. Reading code from other people's plugins, you should be able to figure out the Pidgin API.

违心° 2024-07-27 09:02:42

您可以使用 Kik API 以编程方式在移动应用程序之间发送丰富的内容和文件。 它适用于 iPhone 和 Android 平台,只需大约 5 行代码即可集成到您的应用程序中。 API 网站上有更多信息: http://www.kik.com/dev

免责声明:我我是 Kik API 背后的开发人员之一:)

You can use Kik API to programmatically send rich content and files between mobile applications. It is available for iPhone and Android platforms and takes only about 5 lines of code to integrate into your app. There is more info at the API website: http://www.kik.com/dev

Disclaimer: I'm on of the developers behind Kik API :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文