Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 765 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 765 Bytes

Telepush

Vercel Telegram 消息推送机器人

一键部署

环境变量设置

在项目设置中添加telegram_bot_token环境变量,如图下图所示(将xxxx换成你的telegram bot token) image

使用

发送消息

curl -X GET http://<your_url>/api/notify?u=123&m=HelloWorld

路由参数说明

url 路径 参数(类型, 说明) 说明
api/notify m(消息内容),u(telegram用户id) 发送文字消息