Skip to content

simple implementation of an eliza (to be used in bash-irc-bot)

Notifications You must be signed in to change notification settings

oontvoo/eliza_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

simple implementation of an eliza (to be used in bash-irc-bot)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages