@MyConcertsBot is going to suggest you the best concerts in your surroundings in Telegram.
Commands to search for concerts of artists:
/artist Verdena
/artist Oasis
Commands to search for concerts in a city:
/city Rome
/city Amsterdam
To generate .env file run this command and fill the data with your information
cp .env.example .envTo create virtual environment run this command
virtualenv -p python3 envTo activate virtual environment
. env/bin/activateTo install depdencencies
pip3 install -r requirements.txtTo deactivate virtual environment
deactivate- aiogram
- requests
- autopep8