Turn Telegram into a simple focus timer that tracks work sessions and saves results to Google Sheets. Teams and students can run Pomodoro cycles, get reminders, and keep clean records without manual logging.
When a user messages the bot, commands are checked first. A start command kicks off a 25 minute deep work block, followed by a 5 minute short break. The bot sends clear notifications at each step. A counter runs in the background to loop up to four cycles. Each deep work session is written to Google Sheets with date, time, user ID, and cycle number. After four cycles, the bot records a long break and resets the state. A stop command can end a session early and clears variables. Static data lets many users run sessions at the same time in one workflow.
Setup needs a Telegram bot and access to a Google Sheet. Timing can be adjusted by changing the wait node values. Expect less manual tracking, better focus habits, and a simple sheet for reporting. Useful for remote teams, agencies, and study groups that already use Telegram for daily work.