Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 607 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 607 Bytes

waketi

A japanese chat bot named Waketi.

https://pokosho.com/b/waketi

Development

Create a database and tables

docker-compose up -d
mysql -uroot -proot -h127.0.0.1 < script/create_table.sql

Edit bot.properties

cp conf/bot.properties.sample conf/bot.properties
vi conf/bot.properties

Build

./gradlew shadowJar
# Fill version number
java -Dfile.encoding=UTF-8 -Xmx400m -jar build/libs/waketi-*-all.jar

Commands

# Cleaning
java -Dfile.encoding=UTF-8 -Xmx400m -jar build/libs/waketi-*-all.jar -c