A Zabbyx Telegram bot in Python
-
First you should create your bot, sending a message to the @botfather https://telegram.me/botfather
-
Use pip to install rependencies:
$ pip3 install requirements.txt
To configure this project, rename the file prod.cfg.example
to prod.cfg
and change the content of file to your settings.
$ python3 main.py
You should see the buttons on your bot to interact with Zabbix now.-