An open API service indexing awesome lists of open source software.

https://github.com/mowtwo/xytd_chat_proxy


https://github.com/mowtwo/xytd_chat_proxy

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# 逍遥天地论坛聊天部分实现
实现了登录和聊天发送功能
## 快速开始
### 安装Python
请自信下载并安装Python3.8+
### 安装对应依赖
由于使用了一些第三方库,所以请安装依赖库
以下是安装依赖的代码
```bash
pip install -r requirements.txt
```
### 运行
```bash
python main.py
```