The {x | x > 9, x <- Z}th iteration of elrosbot.
This one is modular and here to stay!
Credits to 02JanDal for refactoring everything and RX14 for the github linker plugin!
Clone the repo
Run bundle install to get the dependencies
Run rake rubybot:create_config and follow the prompts to generate a default config in config.json, then tweak it at will.
Run rake rubybot:run to start it up! It expects a config.json in the current directory.
- Clone the repo
- Run
docker build -t rubybot . - Run
touch config.jsonimportant - Run
docker run -it -v `pwd`/config.json:/rubybot/config.json rubybot rubybot:create_configto generate the config or manually create your own. - Run
docker run --name rubybot -v `pwd`/config.json:/rubybot/config.json rubybotto run the bot.