tencent-connect / botgo

QQ频道机器人 GOSDK
https://bot.q.qq.com/wiki/
Apache License 2.0
297 stars 51 forks source link

考虑支持简单的webhook吗? 企业微信/钉钉的那种 #34

Open Liloupar opened 1 year ago

Liloupar commented 1 year ago

想要的能力是

webhook

基于想要的能力,能够实现的是

简单的消息发送功能, 不需要那么复杂, 比如github action执行完成后 qq频道发通知之类的.

如果未提供该能力,造成的影响是

chaofanx commented 10 months ago

https://bot.q.qq.com/wiki/develop/api/openapi/message/post_messages.html

不是有rest api吗

Liloupar commented 10 months ago

https://bot.q.qq.com/wiki/develop/api/openapi/message/post_messages.html

不是有rest api吗

不是这种啊 @chaofanx 这也有一堆前置操作的

chaofanx commented 10 months ago

https://bot.q.qq.com/wiki/develop/api/openapi/message/post_messages.html 不是有rest api吗

不是这种啊 @chaofanx 这也有一堆前置操作的

那你加一层webhook封装也可以啊

Liloupar commented 10 months ago

https://bot.q.qq.com/wiki/develop/api/openapi/message/post_messages.html 不是有rest api吗

不是这种啊 @chaofanx 这也有一堆前置操作的

那你加一层webhook封装也可以啊

需要的是同类产品的那种 开箱即用