Github 将消息提交给 Skype 聊天机器人

发布于 2024-12-04 07:28:17 字数 96 浏览 2 评论 0原文

我想要一个机器人,可以为 Github 提交发送 Skype 聊天通知。

我在 Github 项目管理挂钩中没有找到 Skype。知道我应该从哪里开始寻找示例吗?

I'd like to have a bot which sends Skype chat notifications for Github commits.

I didn't find Skype in Github project admin hooks. Any idea where I should start looking examples?

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

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

发布评论

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

评论(3

生来就爱笑 2024-12-11 07:28:17

我们最近研究了类似的集成,并认为 Skype API 条款限制过于严格,因此我们最好将精力花在迁移和构建与其他聊天客户端集成的工具上。

例如考虑:

<块引用>

4.2 在不限制前述规定的一般性的情况下,您应确保您的软件应用程序或硬件设备(如适用):

(vii) 不会尝试向 Skype 软件的其他用户发送消息、拨打电话或进行通信,除非用户明确指示这样做;

(x) 不会出于自动登录 Skype 用户帐户的目的索取、收集、存储、缓存或以其他方式获取对 Skype 凭据或代理身份验证凭据的访问权限。

您也许可以忽略内部工具的这些限制,但无法分发您的工作成果是一种共享,我认为这就是您可能看不到与 Skype 聊天的第三方出色集成的部分原因。

We looked at similar integration recently and decided that the Skype API terms are overly restrictive and therefore our effort would be better spent moving to and building tools to integrate with other chat clients.

Consider for example:

4.2 Without limiting the generality of the foregoing, you shall ensure that Your Software Application or Hardware Device (as applicable):

(vii) does not attempt to send messages or place calls to or communicate with other users of Skype Software unless specifically directed to do so by the user;

(x) does not solicit, collect, store, cache or otherwise obtain access to the Skype Credentials or to proxy authentication credentials for the purposes of automating logins to Skype User Accounts.

You might be able to ignore those restrictions for an internal tool but it's a share to not be able to distribute the results of your work and I think that's part of why you may not see great third party integrations with Skype chat.

迷荒 2024-12-11 07:28:17

我正在寻找一个非常相似的东西。您可以编写一个脚本来使用 Skype4JavaSkype4Py Skype API

Skype 本身是一个专有协议,但您可以与其交互。目前与 Skype 交互的唯一方法是通过客户端插件,使用前面提到的 API。

我相信该 API 也适用于版本 4。

I'm looking for a very similar thing. You can possibly write a script to use the Skype4Java or Skype4Py wrappers for the Skype API

Skype itself is a proprietary protocol but you can interact with it. The only way to interface with skype at present is through a plugin for their client, using the API as mentioned.

I believe the API also works for version 4.

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