2022-10-16 22:08:13 +05:00
2022-10-16 19:31:35 +05:00
2022-04-10 01:05:09 +05:00
2021-11-29 17:12:10 +05:00
2022-04-09 23:09:13 +05:00
2022-01-18 18:58:06 +00:00

BML Telegram Status Bot

Alert BML Online/Down for maintanace on Telegram

Getting started.

Requirements

curl jq screen

  • Install with whatever package manager you use.
  • Make SURE they are installed before continuing!

Clone repo and Configure

git clone https://git.shihaam.dev/shihaam/bml-status-tg-bot.git
cd bml-status-tg-bot
chmod +x run-bml-status-tg-bot.sh
cp env.sample .env
  • Edit the contents of .env to your config (nano .env)

Execute the script

./run-bml-status-tg-bot.sh
  • This will run the script inside a screen called "bml-status-tg-bot"
  • Access screen with screen -R bml-status-tg-bot

Auto start

  • Add a cronjob at reboot crontab -e
@reboot /bin/bash /path/to/run-bml-status-tg-bot.sh

Bugs

Description
Alert BML Online/Down for maintanace on Telegram
https://t.me/bml_statusbot
Readme 1.1 MiB
Languages
SCSS 57.6%
JavaScript 41.8%
PHP 0.5%
Shell 0.1%