开发者

Github commit messages to Skype chat bot

开发者 https://www.devze.com 2023-04-04 10:46 出处:网络
I\'d like to have a bot which sends Skype chat notifications for Github commits. I didn\'t find Skype in Github 开发者_StackOverflow社区project admin hooks. Any idea where I should start looking exam

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

I didn't find Skype in Github 开发者_StackOverflow社区project admin hooks. Any idea where I should start looking examples?


Now here is a solution:

https://github.com/opensourcehacker/sevabot


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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号