Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 560 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 560 Bytes

Eliza bot

(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.

  1. To build the package

    mvn clean package

This will generate an executable jar file under ./target/

  1. 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)