Skip to content

Add Telegram bot end-of-day pending task reminder#1667

Open
Ishayan06 wants to merge 1 commit into
aryandas2911:mainfrom
Ishayan06:issue-734
Open

Add Telegram bot end-of-day pending task reminder#1667
Ishayan06 wants to merge 1 commit into
aryandas2911:mainfrom
Ishayan06:issue-734

Conversation

@Ishayan06

@Ishayan06 Ishayan06 commented Jun 27, 2026

Copy link
Copy Markdown

Description

Implemented the Task Reminder via Telegram Bot, which sends a reminder 1 hour before the task deadline.

Changes Made

  • Added Telegram reminder functionality.
  • Added a cron job for scheduled reminders.
  • Added the required routes and controller.
  • Updated frontend integration.
  • Updated .env.example with the required Telegram environment variables.

Environment Variables

This feature requires the following environment variables to be added to the backend .env file:

TELEGRAM_BOT_TOKEN
TELEGRAM_BOT_USERNAME

(These have been added as placeholders in .env.example.)

Fixes #734

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

End-of-Day Pending Task Reminder via Telegram Bot

1 participant