Skip to content

Wechat work bot to post commit news from github. 企业微信机器人,推送Github提交动态

Notifications You must be signed in to change notification settings

liuwenchao/wechat-work-bot-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wechat work bot to post commit news from github. 企业微信机器人,推送Github提交动态

下载后使用步骤:

  1. 企业微信中新建机器人,获得机器人连接,类似:https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=11111111-1111-eeee-eeee-282839384738
  2. 腾讯云上新建云函数, 运行环境选择nodejs8.9, 创建方式选择空白函数,点击下一步。
  3. 在函数配置页,提交方法中选择本地上传文件夹,选择下载好的该仓库代码;高级配置中创建环境变量WEBHOOK_KEY, 值为第一步中获得的key。其他选项不变。
  4. 等待创建完成后,在函数代码页面中的测试模板中新建一个模板,把test.json粘贴进去。点击测试,确保测试通过。如遇到问题无法解决,截上函数配置页和函数代码页面提issue。
  5. 通过后把触发方式中的访问路径填入到github仓库的webhook中。
  6. 提交代码测试是否企业微信群中有收到消息。

About

Wechat work bot to post commit news from github. 企业微信机器人,推送Github提交动态

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published