8000 GitHub - bencarlisle15/GabGuy: GabGuy is a simple chatbot designed to be entertaining for the user using various features for an interactive experience.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

GabGuy is a simple chatbot designed to be entertaining for the user using various features for an interactive experience.

Notifications You must be signed in to change notification settings

bencarlisle15/GabGuy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GabGuy v1.01

Created by Ben Carlisle

GabGuy is a simple chatbot designed to be entertaining for the user. For information on features, visit the help documentation located under src/files/help.md.

GabGuy was created in Eclipse Java and can be easily imported. Created a jar from the GabGuy Eclipse project is simple by right clicking on the filled createJar.jardesc and clicking create JAR.

Any questions can be sent to my personal email at bencarlisleofficial@gmail.com.

Happy Gabbing!

Building

docker compose build

Running the Gui

./setup.sh;
docker compose up gabguy-gui;

This will bring up a Java swing GUI

Running the Cli

docker compose run gabguy-cli

Commands can be entered and into stdin and read from stdout. Not that docker compose up does not work, it must be docker compose run or docker run -it.

Todo

  1. Fix web integration
  2. Fix threading
  3. Fix State handling
  4. Overall code cleanup

About

GabGuy is a simple chatbot designed to be entertaining for the user using various features for an interactive experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0