Skip to content

Telegram Bot to discover concerts, via an artist or a city.

License

Notifications You must be signed in to change notification settings

silversonicaxel/myConcertsBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, via an artist or a city.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages