Skip to content

fankangsong/cf-workers-telebot-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telegram bot notify on CloudFlare Workers

  1. add wrangler.toml config:
[vars]
AUTH_TOKEN = "custom password"
CHAT_ID = "your chat_id"
TELEGRAM_BOT_KEY = "your telegram bot key, like 1234567890:ABCDEFGHIJKLMNOPQRSTUVWXYZ, without 'bot' string"
  1. npm i && npm start run local server, then access http://local:port?token={custom password}&text={you want to send text to telegram bot}

  2. deploy to CloudFlare Workers: npm run deploy

About

telegram bot notify on CloudFlare Workers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published