Skip to content

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.

Notifications You must be signed in to change notification settings

sunnyyvinay/MultiRoomChat-andChatBot

Repository files navigation

MultiRoomChat-andChatBot

  1. Open a terminal window and make sure python version is 3.5+ (python --version)
  2. Install required packages (pip install -r requirements.txt)
  3. Create the chat database (python chat_db.py)
  4. Run the chat server (python chat_server.py 127.0.0.1 8081)
  5. 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)
  6. Follow the instructions provided in the chat client window

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

No packages published

Languages