Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 870 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 870 Bytes

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