Skip to content

Telegram bot that sends you notification based on cronjob. Running on Cloudflare Workers.

Notifications You must be signed in to change notification settings

brachkow/telegram-scheduled-message-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scheduled message bot for Telegram

Template to create bot's that send you notification based on cronjob

Deploying

  1. Deploy it on Cloudflare Workers platform via pnpm run deploy.
  2. Don't forget to define BOT_TOKEN and CHAT_ID secret variables via Cloudflare Dashboard

You can find CHAT_ID using this guide.

For development proposes

  1. Fill secret variables into .dev.vars in dotenv format.
  2. Run pnpm run dev and go to http://localhost:8000/__scheduled?cron=*+*+*+*+* to trigger cronjob.

About

Telegram bot that sends you notification based on cronjob. Running on Cloudflare Workers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published