(mostly to be used with bash-irc-bot)
This is a simple implementation of an eliza
. You can modify src/main/resources/eliza/script
file to add different rules for it.
-
To build the package
mvn clean package
This will generate an executable jar
file under ./target/
-
To run the executable
java -jar eliza-bot.jar [<path to custom script>]
(Note: If you do not specify a new script, the default one, which is packaged into the
jar
will be used)