Skip to content

indes/telepush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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) 发送文字消息