Skip to content

group project telegram bot for booking rooms in imaginary hotel

Notifications You must be signed in to change notification settings

vasilecebotaru/GrandHotelBot

 
 

Repository files navigation

GrandHotelBot

Features of bot

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


Installation

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


Main menu of bot

alt text

About

group project telegram bot for booking rooms in imaginary hotel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.4%
  • PLpgSQL 23.6%