Send NBA games statistics to a Telegram channel (using a Telegram Bot) as soon as a game is finished.
Two running channels are available:
- full version with every stats → https://t.me/nba_games
- lite version with top stats → https://t.me/nba_top_stats
- Java 11
- Spring Boot
- Maven
- TDD
- DDD
- Hexagonal architecture
Before running the app (development, tests, production), be sure to provide 2 environment variables:
telegram.bot_id
telegram.chat_id
For instance with:
TELEGRAM_BOT_ID=123:abc TELEGRAM_CHAT_ID=123 ./mvnw clean package