https://github.com/xiaokyo/wecom-server-notify
Server Notify, 服务器通知到你个人微信的解决方案(完全免费, 也不需要买服务器)
https://github.com/xiaokyo/wecom-server-notify
nofity typescript
Last synced: 29 days ago
JSON representation
Server Notify, 服务器通知到你个人微信的解决方案(完全免费, 也不需要买服务器)
- Host: GitHub
- URL: https://github.com/xiaokyo/wecom-server-notify
- Owner: xiaokyo
- Created: 2021-08-23T04:51:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-29T13:09:33.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T20:44:41.986Z (about 2 months ago)
- Topics: nofity, typescript
- Language: TypeScript
- Homepage: https://xiaokyo-packages.vercel.app
- Size: 547 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 发送通知到微信 (server酱替代版)
先提前弄到企业微信的应用信息
- AGENT_ID
- CORP_ID
- CORP_SECRET注意, 下面的教程看到第五部即可(包括第五部, 然后回到本项目, 点击一键部署即可)
[企业微信申请教程](https://github.com/easychen/wecomchan#%E5%85%B7%E4%BD%93%E6%93%8D%E4%BD%9C)还要自己定义一个PSWD环境变量
然后点击下面按钮一键部署
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fxiaokyo%2Fxiaokyo-packages&env=AGENT_ID&env=CORP_ID&env=CORP_SECRET&env=PSWD&project-name=Server%2FNotify&repository-name=Server%2FNotify)
## 如何使用
发送一个https请求即可
```javascript
// 括号记得去掉, 括号需要替换成你自己的内容
https.get("https://{VERCEL_HOST}/enterprise/sendText?secret={PSWD}&content={你想发送的信息}")
```