Sen descrición

kirkleon 24e8e0565c Merge branch 'feature/simple-commands-as-configs' of kirkleon/rollbot3 into master %!s(int64=6) %!d(string=hai) anos
config 0961609d0f Added a way to do simple commands as pure configuration %!s(int64=6) %!d(string=hai) anos
src 0961609d0f Added a way to do simple commands as pure configuration %!s(int64=6) %!d(string=hai) anos
.gitignore 47aec29750 Setting up gitignore %!s(int64=6) %!d(string=hai) anos
Dockerfile c7bc1fd01f Updating deployment setup %!s(int64=6) %!d(string=hai) anos
LICENSE 1e57eea03a License + README %!s(int64=6) %!d(string=hai) anos
README.md ef8b0adbc6 Updating README %!s(int64=6) %!d(string=hai) anos
TODO_commands f82d6f8ed1 Aliasing %!s(int64=6) %!d(string=hai) anos
requirements.txt f2aa91d6ef Added seychelles command %!s(int64=6) %!d(string=hai) anos

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