Skip to content

This 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.

License

Notifications You must be signed in to change notification settings

Danex-Exe/telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation

Installing modules

python -m pip install -r requirements.txt
git clone https://github.com/Danex-Exe/DataBaze lib/DataBaze/

Setting up the config

{
    "bot": {
        "token": "Your_Bot_Token_(Get_from_@BotFather)",
        "bot_admins": ["User_ID_1", "User_ID_2"]
    }
}

Launching the application

python main.py

Notes

This 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.

About

This 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.

Topics

Resources

License

Stars

Watchers

Forks

Languages