Rhyanz46 / bot_tg_aiogram_olshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram Bot Olshop

sell your product with this bot

DEPEDENCIES

  • create table schema mysql -u root -p < schema.sql
  • install pipenv with python3 -m pip install pipenv
  • run pipenv shell
  • run pipenv install
  • run python main

env conf

create .env file on folder and write your config with this format

DATABASE_USER=""
DATABASE_PW=""
DATABASE_HOST=""
DATABASE_DB=""
BOT_API = ''

About


Languages

Language:Python 100.0%