Skip to content

A Telegram bot powered by aiogram that parses information about concerts

License

Notifications You must be signed in to change notification settings

Ap73MKa/telegramConcertParser

Repository files navigation

telegramConcertParser

Checks CodeFactor Release Licence Python

banner

This is a Telegram Bot written in Python for monitoring concerts. Based on aiogram.

Features

  • 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

Usage

  • 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