hdurix / nba-stats

Send NBA games statistics to Telegram channel

Home Page:https://t.me/nba_games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://t.me/nba_games

License:MIT License


Languages

Language:Java 100.0%