πΉ "About me"
Hello! I'm a Telegram developer on aiogram 3, I make bots from scratch for any tasks. Now I'm just entering the order market - I already know how to make stable bots with strict typing, with a database on SQLAlchemy, with a basket, admin and orders. The code style is clean, with annotations and asynchronous functions. The code is easy to maintain and develop. I work fast, I don't get lost and always finish the details.
πΉ Skills β’ β aiogram 3 (current architecture) β’ β DB: SQLAlchemy + aiosqlite β’ β Strict typing, async functions, builder keyboards β’ β Shopping cart and ordering without FSM β’ β Inline buttons, parsing, notifications to admins
π¬ Individual tasks are discussed - write to my mail π zackirov.abdurahmon@yandex.com and I will tell you how much and for how much.
πΉ Structure of my demo bot:
Telegram bot to order
A simple Telegram bot on aiogram 3 that implements the order of goods without FSM:
SQLAlchemy + aiosqlite
Strict typing, async functions
Cart, admin, notifications
π Developed in my style: builder keyboards, pure asynchronous code.
Structure
Main.py β bot launch
Handlers.py - handlers
Keyboards.py β keyboards
Models.py β SQLAlchemy models
Requests.py β working with the database
Contacts