Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot

A simple, crappy chatbot.

How it works

When the user enters a phrase, the bot will respond with the response it has stored for the user's input. If there is no existing entry for the user's input, a random response from the bot's knowledge base is returned. The bot's knowledge base is updated after every user response. For example, if the bot's previous response was "Hello" and the user entered "Hi" then the bot's knowledge base would map the input "Hello" to "Hi".

The bot's knowledge base is maintained in a json file. The property name is the key, the response is the value.

About

A dumb chatbot

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages