downbot
v1.0.5
Published
Indicate your users of downtime in Telegram!
Readme
Downtime Telegram Bot
Indicate your users of downtime in Telegram!
Note after deploying you have to set webhook.
Use the following webhook url:
https://downbot-<your-vercel-username>.vercel.app/api/botOr just use @hooktelebot.
Brief Note
Whenever you start work or maintenance on your bot just call npx downbot to notify your users in the meanwhile.
If you use a .env file just call downbot in the same directory as your bot and it'll use that. No need to even set env vars.
The bot replies to all commands & messages.
Usage
If installed:
downbotFor temporary use:
npx downbotNote: You'll have to keep the terminal running for the duration.
On Mac / Linux
touch .env && { echo "BOT_TOKEN="; } >> .env && nano .envOn Windows
type nul > .env && echo BOT_TOKEN= >> .env && notepad .envInstall
npm i -g downbotUninstall
npm uninstall downbotLicense
AGPL 3.0 ©️ Zubin
