KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
CDRTelegramBot
★ 10
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
xlsx-styleDemo
:
使用 xlsx + xlsx-style 导出excel附加样式
vCAD_ui
:
Ingame Tablet für die VCAD Systeme - Für FiveM, FiveM-ESX, QBCore und AltV
DAMASK_workflows
:
Jupyter notebook based workflows for DAMASK simulations
python101
:
No description available.
ibooks_anki
:
A tool to automate the process of creating Anki flashcard from Apple Books highlighted words and got them translated.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
CDRTelegramBot
?
Download (.md)
Simple projetc to study python. This is a bot that receive commands via Telegram and execute querys on a Zabbix Server. You can check your active problems, view graphs and more. Instalation: - Use Telegram BotFather to create a Bot - pip install -r requirements.txt - Set the env variables ZBXURL --> Url from zabbix server ZBXUSER --> Zabbix server user that had permission to view data ZBXPASS --> Password from this user. TGTOKEN --> Token of your telegram bot - In TelegramBot.py set your Telegram ID in variable ADMINS as a python list. - Run TelegramBot.py in nohup or as a service. The script must be always running. Commands.txt have a little description about commands that the bot can understand.