Update the package list:
sudo apt update
Clone this repository:
git clone https://github.com/OleksandrYanchar/lokatir-bot
default build:
docker-compose up --build
build and run in the background:
docker-compose up -d --build
Set up a virtual environment:
python3 -m venv env
Activate the virtual environment:
source env/bin/activate
Install required Python packages:
pip3 install -r requirements.txt
Navigate to the src/ directory:
cd src/bot
python3 bot.py