Muhammadali-Akbarov / humo_bot

✅ Fastapi and Aiogram3 example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Humo shop telegram bot


FastApi Aiogram3 PostgreSQL SQLAlchemy

Installation

  • 1 - clone repo
    • git clone git@github.com:Muhammadali-Akbarov/humo_bot.git
  • 2 - create a virtual environment and activate
    • pip3 install virtualenv
    • virtualenv venv
    • source venv/bin/activate
  • 3 - cd into project "cd humo_bot"
  • 4 - Install dependencies
    • pip3 install -r requirements.txt
  • 5 - Set your environment variables
    • cp .env-sample .env
  • 6 - Run
    • python3 main.py

About

✅ Fastapi and Aiogram3 example


Languages

Language:Python 99.1%Language:Shell 0.9%