A simple Java + Spring Boot Telegram bot that counts down the days to the upcoming New Year and sends daily updates to subscribed users.
- Calculates and shows how many days are left until January 1st
- Sends daily notifications to subscribed users
- Users can:
/subscribe
— Subscribe to daily countdown messages/unsubscribe
— Unsubscribe from daily notifications/start
— Start the bot and get welcome message/quit
— Exit the bot and temporarily block further interaction
- Java 17
- Spring Boot
- Telegram Bots Java API
- MySQL
- Docker