Skip to content

A telegram bot to monitor the online status of other telegram bots that use webhooks

License

Notifications You must be signed in to change notification settings

maschlr/upornot_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UpOrNot Bot

A simple bot that periodically checks (every 5 minutes) whether bots are online using the webhook url and sends a message to a channel if the online status has changed (online -> offline or offline -> online).

You're invited to use the instance I run on telegram: UpOrNotBot.

How to run your own instance

  1. Fork this repository
  2. Create your own UpOrNot bot instance, using BotFather.
  3. Use free deno deploy to host your bot
  4. Store BOT_TOKEN in the deno deploy secrets