XDChat is a simple cross-platform Internet chat program. It has no complicated interface, no bloated features, everything is just for a simpler communication experience.
- python 3 (tested version: 3.10.8)
- python-rich (tested version: 12.6.0)
There are only three steps to get started with XDChat
- clone repository
- install dependencies
- run the program
git clone https://github.com/This-is-XiaoDeng/XDChat.git
cd XDChat
python3 -m pip install rich
python3 ./main.py
IP | Port | Max Connections | Region | Remarks |
---|---|---|---|---|
124.222.63.135 | 45786 | 1024 | People's Republic of China | XDChat Default Server |
You can change the server that XDChat connects to in the configuration file
You can edit this file to add your own XDChat server
{
"server": {
"IP": "124.222.63.135",
"port": 45786
},
"user": []
}
key | type | description |
---|---|---|
server |
json | XDChat server settings |
user |
list | list of auto-login usernames |
key | type | description |
---|---|---|
IP |
str | server IP |
port |
int | server port |
The use of XDChat and related components for illegal purposes is prohibited, otherwise the project author will not be held responsible for any liability arising therefrom.
Translated with www.DeepL.com/Translator (free version)