Scala implementation of shizoid
- SBT
- JDK 1.8
- PostgreSQL 9.2 +
- Redis Server 3.2.0 +
cp src/main/resources/application.conf.example /path/to/your/application.conf
vim /path/to/your/application.conf
sbt assembly
java -jar -Dconfig.file=/path/to/your/application.conf target/scala-2.12/bot-assembly-0.1.jar