Skip to content

Add Telegram subscription feature with race alerts#22

Open
loloop wants to merge 1 commit intomainfrom
claude/telegram-subscription-feature-TKV7d
Open

Add Telegram subscription feature with race alerts#22
loloop wants to merge 1 commit intomainfrom
claude/telegram-subscription-feature-TKV7d

Conversation

@loloop
Copy link
Owner

@loloop loloop commented Mar 13, 2026

  • /subscribe : subscribes a chat to race alerts for a category
  • /unsubscribe : cancels a subscription
  • /mysubscriptions: lists active subscriptions for the current chat
  • AlertDispatcher: background poller (every 5 min) that sends 1h and 24h
    advance notices to all subscribed chats before each race event
  • Backend: POST/DELETE /subscribe, GET /subscriptions/:chatId,
    GET /upcoming-alerts?threshold=
  • APIClient: added post() and delete() methods with JSON body support
  • Models: added SubscriptionRequest, SubscriptionResponse, AlertItem

https://claude.ai/code/session_01TFibsE5waTyheb7WL8DeMW

- /subscribe <tag>: subscribes a chat to race alerts for a category
- /unsubscribe <tag>: cancels a subscription
- /mysubscriptions: lists active subscriptions for the current chat
- AlertDispatcher: background poller (every 5 min) that sends 1h and 24h
  advance notices to all subscribed chats before each race event
- Backend: POST/DELETE /subscribe, GET /subscriptions/:chatId,
  GET /upcoming-alerts?threshold=<seconds>
- APIClient: added post() and delete() methods with JSON body support
- Models: added SubscriptionRequest, SubscriptionResponse, AlertItem

https://claude.ai/code/session_01TFibsE5waTyheb7WL8DeMW
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.

2 participants