Telegram Notes Bot
Developed a Telegram bot for creating and storing personal notes in Python
Project functionality:
Creating notes via Telegram
Storing data in SQLite
Viewing the list of notes
Viewing the content of a selected note
Deleting notes
Counting user statistics
Automatically saving the date and time of note creation
Logging user actions
FSM states for step-by-step data entry
Inline buttons and CallbackQuery
Technologies:
Python 3
Aiogram 3
SQLite
FSM (Finite State Machine)
Logging
Telegram Bot API
The project implements database operations, command processing, a state system, and a user-friendly interaction interface via Telegram.
Project functionality:
Creating notes via Telegram
Storing data in SQLite
Viewing the list of notes
Viewing the content of a selected note
Deleting notes
Counting user statistics
Automatically saving the date and time of note creation
Logging user actions
FSM states for step-by-step data entry
Inline buttons and CallbackQuery
Technologies:
Python 3
Aiogram 3
SQLite
FSM (Finite State Machine)
Logging
Telegram Bot API
The project implements database operations, command processing, a state system, and a user-friendly interaction interface via Telegram.