Skip to content

L1onLight/tg-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelPy

Telegram support bot based on python-telegram-bot and peewee libraries.

Installation

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_port

Install python requirements:

pip install -r requirements.txt

Tables for database will be created if run.py is executed

python run.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages