With help of this bot you can book room in imaginary hotel, see other services of hotel and write feedback, for more details check Telegram Bot Presentation.pptx
Clone the repository from GitHub, then create a virtual environment, and install all the dependencies.
git clone https://github.com/Karantir73/GrandHotelBot.git
python3 -m venv env
source env/bin/activate
python -m pip install -r requirements.txt
after those steps add value of your token to environment variable with name TOKEN_VMK_BOT,
and add server's info for postgres connection in database/config.py
