TeleUPS is a versatile monitoring tool that integrates Network UPS Tools (NUT) with Telegram to provide real-time notifications about the status of your Uninterruptible Power Supply (UPS).
First, clone the repository to your machine:
git clone https://github.com/nilx7/teleups.git
cd teleupsCopy the environment variables file and change the values:
cp .env.example .envInstall the requirements:
pip3 install -r requirements.txtFinally, run the project:
python3 main.py