An open API service indexing awesome lists of open source software.

https://github.com/dlamott/chatbot

Simple ChatBot
https://github.com/dlamott/chatbot

chatbot chatbots pyhton

Last synced: about 1 month ago
JSON representation

Simple ChatBot

Awesome Lists containing this project

README

          

# ChatBot
Simple ChatBot

_What is ChatBot?_

- A simple and easy to use script to create a bot.

This bot's responses are mainly pulled from a URL that the programmer provides.
If a user asks the bot a question the response will be pulled from the provided URL.
There are generated responses that you can set for welcoming users and telling them goodbye.

_To Do_

- Make the bot deployable to different sites
- "Teach" the bot
- Allow multiple URLs to be passed
- Allow the user to pass URLs

Thank you,

GothamsJoker