No Description

kirkleon 04a5e66963 Merge branch 'feature/curse-v2' of kirkleon/rollbot3 into master 6 years ago
config 0961609d0f Added a way to do simple commands as pure configuration 6 years ago
src 3f9e399ea7 Top scorers subcommand added 6 years ago
.gitignore 47aec29750 Setting up gitignore 6 years ago
Dockerfile c7bc1fd01f Updating deployment setup 6 years ago
LICENSE 1e57eea03a License + README 6 years ago
README.md ef8b0adbc6 Updating README 6 years ago
TODO_commands f82d6f8ed1 Aliasing 6 years ago
requirements.txt f2aa91d6ef Added seychelles command 6 years ago

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