This project is a telegram bot that sends football notifications.
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.
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.
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.