Updated Project: This project is a Telegram reminder bot built in Python using aiogram and SQLite. It allows users to create and manage reminders with support for one-time and recurring events, custom time zones, and currently two languages: Russi…
Updated Project: This project is a Telegram reminder bot built in Python using aiogram and SQLite. It allows users to create and manage reminders with support for one-time and recurring events, custom time zones, and currently two languages: Russian and English (more will be available later).
The bot is designed using a simple and lightweight architecture: all data is stored in a local SQLite database, and reminders are processed asynchronously in the background. Each user has their own settings (language and time zone), ensuring notifications are delivered at the correct local time.
Overall, this is the basic information; there’s more information on GitHub. This bot is also on my VPS, so you can test it right now. This is my first project here, and it’s probably not very good.
Used ChatGPT for debugging, ChatGPT also helped me with writing README because I’m really bad at it and he helped me fix some logical errors in the code.