Skip to content

hdurix/nba-stats

Repository files navigation

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

About

Send NBA games statistics to Telegram channel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages