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
- Host: GitHub
- URL: https://github.com/dlamott/chatbot
- Owner: DLaMott
- Created: 2020-07-18T01:47:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-18T02:43:45.000Z (almost 6 years ago)
- Last Synced: 2025-03-03T03:13:35.496Z (over 1 year ago)
- Topics: chatbot, chatbots, pyhton
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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