- Open a terminal window and make sure python version is 3.5+ (python --version)
- Install required packages (pip install -r requirements.txt)
- Create the chat database (python chat_db.py)
- Run the chat server (python chat_server.py 127.0.0.1 8081)
- Open a few terminal windows for multiple chat clients, and start the chat client in each of the windows (python chat_client.py 127.0.0.1 8081)
- Follow the instructions provided in the chat client window
-
Notifications
You must be signed in to change notification settings - Fork 0
This is a multi-room chat and bot written in Python. Users can create chatrooms and talk to each other. They can also use a chatbot which uses natural language processing to answer questions/requests.
sunnyyvinay/MultiRoomChat-andChatBot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This is a multi-room chat and bot written in Python. Users can create chatrooms and talk to each other. They can also use a chatbot which uses natural language processing to answer questions/requests.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published