https://github.com/mowtwo/xytd_chat_proxy
https://github.com/mowtwo/xytd_chat_proxy
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mowtwo/xytd_chat_proxy
- Owner: mowtwo
- Created: 2021-05-26T14:38:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-26T14:43:06.000Z (about 5 years ago)
- Last Synced: 2025-02-07T16:34:46.392Z (over 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 逍遥天地论坛聊天部分实现
实现了登录和聊天发送功能
## 快速开始
### 安装Python
请自信下载并安装Python3.8+
### 安装对应依赖
由于使用了一些第三方库,所以请安装依赖库
以下是安装依赖的代码
```bash
pip install -r requirements.txt
```
### 运行
```bash
python main.py
```