# coolQPythonBot **Repository Path**: maYunghost02/coolQPythonBot ## Basic Information - **Project Name**: coolQPythonBot - **Description**: 人工智能机器人项目 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-11 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CoolQ Python Bot > 基于酷Q+CQHTTP的多功能QQ机器人 ![](https://github.com/mnixry/coolQPythonBot/workflows/Code%20Check/badge.svg) ![](https://api.codacy.com/project/badge/Grade/55fe934189a74bf392bfbb301dfc33d4) ![](https://img.shields.io/github/license/mnixry/coolQPythonBot) ![](https://img.shields.io/github/issues/mnixry/coolQPythonBot?color=green) ![](https://img.shields.io/github/forks/mnixry/coolQPythonBot) ![](https://img.shields.io/github/stars/mnixry/coolQPythonBot) ![](https://img.shields.io/badge/Python-3.7%2B-blue) --- ## **介绍** *Introduce* `CoolQPythonBot`是一款基于CQHTTP插件提供的HTTP API而工作的QQ机器人项目 ## **演示** *Demo* 请联系作者获取演示机器人qq号 ## **部署** *Deploy* - **该操作需要全程在程序目录下进行操作** - 本机器人大量功能依赖CoolQ Pro - **强烈建议购买CoolQ Pro 以获得更好的使用体验** ```shell git clone https://github.com/mnixry/coolQPythonBot cd coolQPythonBot ``` ### 0. 检查运行环境 - `Python 3.7` 及以上版本 - 可靠的pypi源([推荐清华tuna镜像](https://mirror.tuna.tsinghua.edu.cn/help/pypi/)) - 齐全的Python标准库 ### 1. 安装第三方库 - `pip install -r requirements.txt` - 可能需要将`pip`替换为`pip3` - 建议以管理员权限运行 - 若无法以管理员权限运行,请加上`--user`参数 - 如果有依赖安装失败的问题请自行解决 ### 2. 安装CoolQ和CQHTTP插件 - 具体请查阅[此文档](https://nonebot.cqp.moe/guide/) ### 3. 启动机器人、生成配置文件 - `python main.py` - *您可能需要将`python`替换为`python3`* ## **当前功能** *Function* | 插件名称 | 功能 | 完成度 | | -------- | ---- | ------ | ***To be continued…*** ## **致谢** *Thanks* >[nonebot](https://nonebot.cqp.moe)框架使得该机器人能够存在 >[Imjad API](https://api.imjad.cn)使得该QQ机器人大部分功能成为可能