Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.12 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.12 KB

Telegram Reports

A modular Python3 program made to send Telegram Reports.

Installation

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

Usage

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.

Contributing

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.

License

Apache 2.0