pykeyboard/examples/bot/config.py

6 lines
165 B
Python

SESSION_NAME = 'bot'
API_ID = '' # https://my.telegram.org/
API_HASH = '' # https://my.telegram.org/
BOT_TOKEN = '' # @BotFather
APP_PLUGINS = 'bot/modules'