Github 将消息提交给 Skype 聊天机器人
我想要一个机器人,可以为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
现在这里有一个解决方案:
https://github.com/opensourcehacker/sevabot
Now here is a solution:
https://github.com/opensourcehacker/sevabot
我们最近研究了类似的集成,并认为 Skype API 条款限制过于严格,因此我们最好将精力花在迁移和构建与其他聊天客户端集成的工具上。
例如考虑:
您也许可以忽略内部工具的这些限制,但无法分发您的工作成果是一种共享,我认为这就是您可能看不到与 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:
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.
我正在寻找一个非常相似的东西。您可以编写一个脚本来使用 Skype4Java 或 Skype4Py 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.