Skip to content

imaxmelnyk/football-notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Football notifications

This project is a telegram bot that sends football notifications.

Subscribe

In order to subscribe to the desired team, send the following command to the bot:

/subscribe [team name]

This going to trigger team search, where you can choose the exact team you want to subscribe to.

Un-subscribe

In order to unsubscribe from the undesired team, send the following command to the bot:

/unsubscribe

This going to show the list of the teams you are subscribed to, where you can choose the exact team you want to unsubscribe from.

Local Run

There is a docker compose you can use to run project dependencies locally.
To run it (assuming you are in the project root folder):

docker-compose -f local/docker-compose.yaml up -d

After this, you can run the project main file directly in your IDEA or run the docker container.
Don't forget to specify environment variables.