@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 .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
- aiogram
- requests
- autopep8