python -m pip install -r requirements.txtgit clone https://github.com/Danex-Exe/DataBaze lib/DataBaze/{
"bot": {
"token": "Your_Bot_Token_(Get_from_@BotFather)",
"bot_admins": ["User_ID_1", "User_ID_2"]
}
}python main.pyThis repository is my basic template for creating simple telegram bots. At the beginning it has a /start command, and it also repeats all received messages. When errors occur and when it starts, it notifies administrators about it.