rostya-codes / todo-tgbot

✅ To Do List Telegram Bot. Libs: aiogram3, sqlalchemy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Bot

This bot is a template for an easy start of working with the aiogram 3.x and SQLAlchemy 2.x ​​frameworks

Easy start

Just clone the repository:

git clone https://github.com/rlxrd/aiogram_sqla_sample.git

Create and activate your virtual environment:

python -m venv .venv

Windows:

.venv/Scripts/activate

Unix-systems:

source .venv/bin/activate

Install packages:

pip install -r requirements.txt

And start coding!

About

✅ To Do List Telegram Bot. Libs: aiogram3, sqlalchemy.


Languages

Language:Python 100.0%