- Run the following commands to setup the environment:
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
- 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