pranavjoy / clichat

CLI chaT application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Clone the repo and run chat_client.py using the command,

cd clichat/
python3 chat_client.py

When prompted choose a server between Asia, Europe, America or Oceania. If no server is chosen, the American server will be chosen by default

In order to access admin features, use the username 'admin', and when prompted for a password, enter 'admin' as well.

The admin has access to the following features:

  1. list - List all connected clients
  2. kick - Kick out the clients that you don't like

Architecture

gcp architecture

About

CLI chaT application


Languages

Language:Python 95.9%Language:Dockerfile 4.1%