This is a Telegram Bot written in Python for monitoring concerts. Based on aiogram.
- Search for concerts by entering the name of the city
- Search for concerts by city selection via the keyboard
- Repeating the previous request
- Updating the database every 12 hours
- Parsing information from kassir.ru
-
Install Docker
-
Clone this repository
git clone https://github.com/Ap73MKa/telegramConcertParser
- Do a copy of .env.dist and named it .env. Fill environment variables using this guide.
cp .env.dist .env
- Run bot
docker compose up