Telegram bot for managing a local database (Python)

Python
Developed a Telegram bot in Python for automating work processes.

What was implemented:
• Interaction with a local database (SQLite).
• Synchronization and verification of information relevance upon user request.
• Compilation of Python scripts into standalone executable files (.exe) for convenient launching on the client side without the need for additional software installation.
• Code is structured, adheres to clean code standards, and is publicly available.

#python #telegrambot #sqlite #aiogram #automation #databases #botdevelopment