pingyeaa / cowechat-notice

企业微信群定时提醒工具

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用说明

一款定时企业微信定时推送工具,支持crontab语法规则。

go get github.com/pingyeaa/cowechat-notice
cowechat-notice -c [配置文件]

配置文件默认为config.json

配置文件示例

{
  "config": [
    {
      "message": "请大家及时提交日报。@all",
      "webhook": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=289-1a97-4994-9044-aac3ac6f5f44",
      "crontab": "*/5 * * * *"
    },
    {
      "message": "123123",
      "webhook": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=7289-1a97-4994-9044-aac3ac6f5f44",
      "crontab": "@every 10s"
    }
  ]
}

About

企业微信群定时提醒工具


Languages

Language:Go 100.0%