1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

added examples of multibot

This commit is contained in:
abdullaev388
2022-05-11 10:50:33 +05:00
parent a2f3cd03e1
commit 42955d1886
10 changed files with 195 additions and 0 deletions

View File

@ -0,0 +1,6 @@
MAIN_BOT_TOKEN = "your_main_bot_token"
WEBHOOK_HOST = "your_domain.com"
WEBHOOK_PATH = "telegram_webhook"
WEBAPP_HOST = "0.0.0.0"
WEBAPP_PORT = 3500