Muhammadali-Akbarov / aiogram-bot-template

🟒 Aiogram 3 Template 2023β€”10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aiogram 3 bot template

Support Group - Telegram

Installation

  • 1 - clone repo
    • git clone https://github.com/Muhammadali-Akbarov/aiogram-bot-template.git
  • 2 - create a virtual environment and activate
    • pip3 install virtualenv
    • virtualenv venv
    • venv\Scripts\activate(windows) or source venv/bin/activate(unix-based systems)
  • 3 - cd into project "cd payme-sample"
  • 4 - Install dependencies
    • pip3 install -r requirements.txt
  • 5 - Set your environment variables
    • cp aiogram_bot_template/.env.dist aiogram_bot_template/.env
  • 6 - Run bot
    • python3 app.py

About

🟒 Aiogram 3 Template 2023β€”10

License:MIT License


Languages

Language:Python 99.3%Language:Makefile 0.7%