TGBF is a Telegram bot framework created by @endogen.
The framework is build around the python-telegram-bot module and is polling based. Webhook mode is implemented but untested.
- Every command is a plugin
- Plugins can be enabled / disabled without restarting the bot
- Plugins can be updated by drag & dropping the Python file into the bot chat
- Restart or shutdown the bot via command
- Bot can be administered by different users
- Bot can send current logfile over Telegram (download)
- Admin can query data from the various databases directly over Telegram
- Bot has a web-interface and every plugin can have multiple web endpoints
This part is only relevant if you want to host this bot yourself.
Before starting up the bot you have to take care of some settings and add a Telegram API token. The configuration file, toke file and wallet file are located in the config
folder.
This file holds the configuration for the bot. You have to at least edit the value for admin_id. Everything else is optional.
- admin - ids: This is a list of Telegram user IDs that will be able to control the bot. You can add your own user or multiple users if you want. If you don't know your Telegram user ID, get in a conversation with Telegram bot @userinfobot and if you write him (anything) he will return you your user ID.
- admin - notify_on_error: If set to
true
then all user IDs in the "admin - ids" list will be notified if some error comes up. - telegram - read_timeout: Read timeout in seconds as integer. Usually this value doesn't have to be changed.
- telegram - connect_timeout: Connect timeout in seconds as integer. Usually this value doesn't have to be changed.
- webhook - listen: Required only for webhook mode. IP to listen to.
- webhook - port: Required only for webhook mode. Port to listen on.
- webhook - privkey_path: Required only for webhook mode. Path to private key (.pem file).
- webhook - cert_path: Required only for webhook mode. Path to certificate (.pem file).
- webhook - url: Required only for webhook mode. URL under which the bot is hosted.
- database - use_db: If
true
then new database files (SQLite) will be created if a plugin tries to execute some SQL statements. Iffalse
, no databases will be used.
This file holds the Telegram bot token. You have to provide one and you will get it in a conversation with Telegram bot @BotFather while registering your bot.
If you don't want to provide the token in a file then you have two other options:
- Provide it as a command line argument:
-tkn <your token>
- Provide it as an input on the command line (MOST SECURE):
-input-tkn
In order to run the bot you need to execute it with the Python interpreter. If you don't have any idea where to host the bot, take a look at Where to host Telegram Bots. Services like Heroku (free) will work fine. You can also run the script locally on your own computer for testing purposes.
You have to use at least Python 3.7 to execute the scripts. Older versions are not supported.
In order to be able to run the bot you will need to install some dependencies.
Install all needed Python modules
sudo apt-get install python3.9-dev
pipenv --python 3.9
pipenv install
First you have to make the script run.sh
executable with
chmod +x run.sh
Then run it to get the bot up with
pipenv shell
./run.sh &
The recommended way to stop the bot is by using the bot command /shutdown
(only possible for admins). If you don't want or can't use the command, you can shut the bot down with:
./kill.sh
If you want to show a list of available commands as you type, open a chat with Telegram bot @BotFather and execute the command /setcommands
. Then choose the bot you want to activate the list for and after that send the list of commands with description. Something like this:
about - Show info about bot and dev
address - Your wallet address
balance - Your TAU balance
chart - TAU price & volume chart
feedback - Send me your feedback
help - Show all available commands
price - Current TAU price
send - <amount> <address>
stats - Price change, volume & supply
tip - <amount>
The bot is under active development. If you want to help out you can report issues or create PRs.
If you decide to write your own plugin, check out the Plugin Page to read up on how to create a plugin and know about available plugins.
If you'd like to support the project, consider donating to one of these crypto addresses:
- BCH:
qzken7mgslv0w9t4ycj4uganv66ljccsq5ngcepp6h
- XMR:
42eSjjHF63P3LtxcdeC71TT3ZCcGbTtk1aESTvfrz4VqYeKMFP9tbWhjmcUJZE3yVrgDjH8uZhnob9czCtm764cFDWYPe7c
- TAU:
ae7d14d6d9b8443f881ba6244727b69b681010e782d4fe482dbfb0b6aca02d5d