Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 326 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 326 Bytes

Instructions

  1. Run the following commands to setup the environment:
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
  1. Run the following command
cp config_template.json config.json

The fill in the details in config.json 3. Run the bot using python -m text-chat