ReminderBot - Telegram bot for automated reminders
I want to introduce you to ReminderBot - my digital assistant for Telegram. Imagine having a friend who never forgets to remind you about important things. Here’s what this bot can do:
- Sends messages in group chats exactly on schedule
- You choose how often to send reminders: daily, on specific days of the week, or every other day
- All your reminders are securely stored, so nothing gets lost
- The bot works quickly and reliably, even if many people are using it at the same time
- Adding new reminders is easy - the bot will guide you through all the steps
- You can always view the list of all scheduled reminders and modify them
Now a bit about the "stuff" of this bot:
- Written in Python using the pyTelegramBotAPI library
- Stores data in SQLite using SQLAlchemy
- Uses APScheduler for precise task scheduling
- Works through webhooks, making it fast and reliable
- Automatically configures using ngrok for secure connection
- Has a convenient logging system for quick detection and fixing of errors
I created this bot to make life easier for those managing groups in Telegram. No more need to remember regular messages - the bot will do it for you!
#Telegram #Python #SQLite #APScheduler #bot #reminders #automation
- Sends messages in group chats exactly on schedule
- You choose how often to send reminders: daily, on specific days of the week, or every other day
- All your reminders are securely stored, so nothing gets lost
- The bot works quickly and reliably, even if many people are using it at the same time
- Adding new reminders is easy - the bot will guide you through all the steps
- You can always view the list of all scheduled reminders and modify them
Now a bit about the "stuff" of this bot:
- Written in Python using the pyTelegramBotAPI library
- Stores data in SQLite using SQLAlchemy
- Uses APScheduler for precise task scheduling
- Works through webhooks, making it fast and reliable
- Automatically configures using ngrok for secure connection
- Has a convenient logging system for quick detection and fixing of errors
I created this bot to make life easier for those managing groups in Telegram. No more need to remember regular messages - the bot will do it for you!
#Telegram #Python #SQLite #APScheduler #bot #reminders #automation