Skip to content

savasick/aiogram3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aiogram3 - telegram bot

BOT include aiogram-3 , SQLAlchemy

install

cp .env.example .env

insert token from BotFather to env file
change .env file

start by docker

docker-compose up -d

localhost:8080 - Adminer for database managment

start localy

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 -m src