https://github.com/maschlr/upornot_bot
A telegram bot to monitor the online status of other telegram bots that use webhooks
https://github.com/maschlr/upornot_bot
admin deno deno-deploy developer-tools devops telegram telegram-bot telegram-bots
Last synced: about 1 month ago
JSON representation
A telegram bot to monitor the online status of other telegram bots that use webhooks
- Host: GitHub
- URL: https://github.com/maschlr/upornot_bot
- Owner: maschlr
- License: mit
- Created: 2024-08-26T12:35:55.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-09-07T16:23:58.000Z (8 months ago)
- Last Synced: 2025-01-23T08:35:51.200Z (3 months ago)
- Topics: admin, deno, deno-deploy, developer-tools, devops, telegram, telegram-bot, telegram-bots
- Language: TypeScript
- Homepage: https://t.me/upornot_bot
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://t.me/upornot_bot).## How to run your own instance
1. Fork this repository
2. Create your own UpOrNot bot instance, using
[BotFather](https://t.me/botfather).
3. Use free [deno deploy](https://docs.deno.com/deploy/manual/) to host your bot
4. Store `BOT_TOKEN` in the deno deploy secrets