Requires Python 3.7
- Clone the repository with
git clone https://github.com/VividCiphers/chatbot.git. - Move in to the repo with
cd chatbot. - Initialise virtual environment with
python3 -m venv venv. - Activate
venvwithsource venv/bin/activate. - Install dependencies with
pip3 install -r req.txt. - Fill all missing fields in
config.py. - Start the bot with
python3 run.py.