Telegram support bot based on python-telegram-bot and peewee libraries.
Create .env file in the root of project where settings.py is located and set the variables:
TOKEN=telegram_bot_token
IS_TSL=1 # 1(True) or 0(False), only for planetscale.com
DB_HOST=db_host
DB_USERNAME=db_username
DB_PASSWORD=db_pass
DB_NAME=db_name
DB_PORT=db_portInstall python requirements:
pip install -r requirements.txtTables for database will be created if run.py is executed
python run.py