/nba-stats

Send NBA games statistics to Telegram channel

Primary LanguageJavaMIT LicenseMIT

Telegram NBA stats bot

Send NBA games statistics to a Telegram channel (using a Telegram Bot) as soon as a game is finished.

Two running channels are available:

Technical environment

  • Java 11
  • Spring Boot
  • Maven

codecov

Methodologies

  • TDD
  • DDD
  • Hexagonal architecture

Environment variables

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