silversonicaxel / myConcertsBot

Telegram Bot to discover concerts!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Concerts Bot

@MyConcertsBot is going to suggest you the best concerts in your surroundings in Telegram.

Usage

Commands to search for concerts of artists:

/artist Verdena /artist Oasis

Commands to search for concerts in a city:

/city Rome /city Amsterdam

Development

To generate .env file run this command and fill the data with your information

cp .env.example .env

To create virtual environment run this command

virtualenv -p python3 env

To activate virtual environment

. env/bin/activate

To install depdencencies

pip3 install -r requirements.txt

To deactivate virtual environment

deactivate

Dependencies

  • aiogram
  • requests
  • autopep8

About

Telegram Bot to discover concerts!

License:MIT License


Languages

Language:Python 100.0%