{"id":13526626,"url":"https://github.com/lenye/pmsg","last_synced_at":"2025-04-09T12:08:01.013Z","repository":{"id":59455838,"uuid":"535173858","full_name":"lenye/pmsg","owner":"lenye","description":"发送消息的小工具：企业微信群机器人消息，钉钉自定义机器人消息，飞书自定义机器人消息，Slack bot，微信消息，微信客服消息，企业微信消息，企业微信客服消息","archived":false,"fork":false,"pushed_at":"2025-03-27T05:04:01.000Z","size":469,"stargazers_count":68,"open_issues_count":0,"forks_count":16,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-02T11:01:38.551Z","etag":null,"topics":["dingding","dingding-bot","dingding-robot","dingtalk","dingtalk-bot","dingtalk-robot","feishu","feishu-bot","feishu-robot","slack","wechat","weixin","workwechat","workwechat-bot","workwechat-robot","workweixin"],"latest_commit_sha":null,"homepage":"https://lenye.github.io/pmsg/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lenye.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-11T02:49:15.000Z","updated_at":"2025-03-27T05:04:04.000Z","dependencies_parsed_at":"2023-10-30T08:32:21.331Z","dependency_job_id":"eef49c7c-fc15-4af0-a73a-7a4604a3abcf","html_url":"https://github.com/lenye/pmsg","commit_stats":{"total_commits":252,"total_committers":2,"mean_commits":126.0,"dds":0.003968253968253954,"last_synced_commit":"f1e80ea72f127b48d32afe9bbc8fa30220a4b70d"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenye%2Fpmsg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenye%2Fpmsg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenye%2Fpmsg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenye%2Fpmsg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lenye","download_url":"https://codeload.github.com/lenye/pmsg/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248036067,"owners_count":21037092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dingding","dingding-bot","dingding-robot","dingtalk","dingtalk-bot","dingtalk-robot","feishu","feishu-bot","feishu-robot","slack","wechat","weixin","workwechat","workwechat-bot","workwechat-robot","workweixin"],"created_at":"2024-08-01T06:01:32.349Z","updated_at":"2025-04-09T12:08:00.985Z","avatar_url":"https://github.com/lenye.png","language":"Go","funding_links":[],"categories":["Go","命令行工具"],"sub_categories":[],"readme":"`pmsg`是一个发送消息的小工具。\n\n## 支持的消息\n\n### WebHook\n\n* 企业微信群机器人消息\n* 钉钉自定义机器人消息\n* 飞书自定义机器人消息\n* Slack机器人消息\n\n### 微信\n\n* 微信公众号\n    * 模板消息\n    * 一次性订阅消息\n    * 订阅通知\n    * 客服消息\n\n* 微信小程序\n    * 订阅消息\n    * 客服消息\n\n### 企业微信\n\n* 应用消息\n* 群聊消息\n* 家校消息\n* 互联企业消息\n* 客服消息\n\n## 支持的操作系统\n\n* Windows\n* Linux\n* macOS\n* FreeBSD\n* OpenBSD\n\n## 文档\n\nhttps://github.com/lenye/pmsg/tree/main/docs\n\n## 下载\n\n### 使用二进制发行版\n\n1. 下载 `pmsg` [最新版本](https://github.com/lenye/pmsg/releases)\n\n1. 开始运行它:\n\n   linux\n\n   ```shell\n   $ ./pmsg --help\n   \n   Usage:\n     pmsg [command]\n   \n   Available Commands:\n     dingtalk    ding talk\n     feishu      fei shu\n     help        Help about any command\n     slack       slack   \n     weixin      weixin\n     workweixin  work weixin\n   \n   Flags:\n     -h, --help      help for pmsg\n     -v, --version   version for pmsg\n   \n   Use \"pmsg [command] --help\" for more information about a command.\n   ```\n\n### linux容器映像\n\n1. `Packages` https://github.com/lenye/pmsg/pkgs/container/pmsg\n\n1. 拉取容器映像\n   ```shell\n   $ docker pull ghcr.io/lenye/pmsg\n   ```\n\n1. 开始运行它\n   ```shell\n   $ docker run --rm ghcr.io/lenye/pmsg --help\n   ```\n\n### 源代码\n\n```shell\n$ git clone https://github.com/lenye/pmsg.git\n```\n\n## License\n\n`pmsg` is released under the [Apache 2.0 license](https://github.com/lenye/pmsg/blob/main/LICENSE).\n\n## Links\n\n### Webhook 异步网关\n\n轻松管理、监控和测试你的 Web 事件，助力你掌控事件全流程\n\nhttps://dashboard.nanhook.com","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flenye%2Fpmsg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flenye%2Fpmsg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flenye%2Fpmsg/lists"}