A modular Python3 program made to send Telegram Reports.
This repository uses Telebot to have a functional Telegram python bot.
$ pip3 install pyTelegramBotAPI
Then clone the repository and edit the following files on the base folder in order to customize it at your own taste.
keys.json
"bot_key" = "YOURKEYGOESHERE" #Telegram bot API key
Then add your custom mods folders to the modules folder. Or try some of our official ones like TomTicket_Reports, NPX_Reports or NVOIP Reports
Run the bot with the following command:
$ python3 main.py
Then just send the commands on a chat with the bot and you're done.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.