Sin descripción

iramo94 d8c849d845 Update 'src/plugins/the_house.py' hace 6 años
config 67d063304a Adding defense against self-cursing and self-blessing hace 6 años
src d8c849d845 Update 'src/plugins/the_house.py' hace 6 años
.gitignore 47aec29750 Setting up gitignore hace 6 años
Dockerfile c7bc1fd01f Updating deployment setup hace 6 años
LICENSE 1e57eea03a License + README hace 6 años
README.md ef8b0adbc6 Updating README hace 6 años
TODO_commands f82d6f8ed1 Aliasing hace 6 años
requirements.txt f2aa91d6ef Added seychelles command hace 6 años

README.md

Rollbot

Build

docker build -t rollbot3:latest .

Deploy

docker run -p6070:6070 --name rollbot3-instance -d rollbot3

Local Run w/o Docker

cd into src/ and run ROLLBOT_CFG_DIR=../config python3 app.py

Note this requires at least Python 3.7.1