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 teleups
Copy the environment variables file and change the values:
cp .env.example .env
Install the requirements:
pip3 install -r requirements.txt
Finally, run the project:
python3 main.py