You are browsing as a guest. Sign up (or log in) to start making projects!

thedigitalbeni

@thedigitalbeni

Joined June 6th, 2026

  • 1Devlogs
  • 1Projects
  • 1Ships
  • 1Votes
Ship Changes requested

I built a Telegram bot that lets groups set countdown timers that persist even after restarts. The hardest part was making timers work across different Telegram topics without mixing them up I solved this by keying each timer to both the chat ID and thread ID in SQLite. I'm proud of the async architecture and the milestone alerts at 50%, 25%, and 12.5% remaining time. To test it: go to t.me/g12countdown_bot, add it to a group or DM it, and try /help to see all 8 commands.

  • 1 devlog
  • 0h
Try project → See source code →
Open comments for this post

17m 40s logged

Telegram groups I’m part of always needed countdown timers for deadlines, events, study sessions. Every workaround was clunky: pinned messages you had to manually update, external apps nobody checked, bots that reset when they went offline. I wanted something that actually lived inside Telegram, worked across different group topics without mixing up timers, and kept running even if the server restarted. So I built it myself.

0
0
15

Followers

Loading…