Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 752 Bytes

SETUP.md

File metadata and controls

63 lines (42 loc) · 752 Bytes

Setting Up and Running the Lokatir Bot

Installation

Prerequisites

Update the package list:

sudo apt update

Clone this repository:

git clone https://github.com/OleksandrYanchar/lokatir-bot

Here you have 2 choices:

Docker:

default build:

docker-compose up --build

build and run in the background:

docker-compose up -d --build

Continue manually:

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

Usage

Navigate to the src/ directory:

cd src/bot
python3 bot.py