BaggerFast / TelegramKassirParser

This tg bot help people to see all concerts in telegram without using site kassir.ru

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

telegramConcertParser

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 8 hours
  • Parsing information from kassir.ru

Usage

1. Install Requirements

  • Clone this repository
git clone https://github.com/Ap73MKa/telegramConcertParser
  • Install requirements
pip install -r requirements.txt

2. Setup environment variables

  • TOKEN: The Telegram Bot Token that you got from @BotFather
  • ADMIN_ID: The Telegram User ID (not username) of the Owner of the bot
  • DEBUG: Insert any symbols to enable debug mode

About

This tg bot help people to see all concerts in telegram without using site kassir.ru

License:MIT License


Languages

Language:Python 100.0%