Metadata-Version: 2.1
Name: pycqBot
Version: 0.4.4
Summary: go-cqhttp python 框架，可以用于快速塔建 bot
Home-page: https://github.com/FengLiuFeseliud/pycqBot
Author: FengLiuFeseliud
Author-email: 17351198406@qq.com
License: AGPL-3.0 License
Description: # pycqBot
        
        go-cqhttp python 框架，可以用于快速塔建 bot
        
        ![issues](https://img.shields.io/github/issues/FengLiuFeseliud/pycqBot)![forks](https://img.shields.io/github/forks/FengLiuFeseliud/pycqBot)![stars](https://img.shields.io/github/stars/FengLiuFeseliud/pycqBot)![license](https://img.shields.io/github/license/FengLiuFeseliud/pycqBot)
        
        **项目文档不更新的话 请刷新浏览器缓存**
        
        [项目文档：https://docs.sakuratools.top/pycqbot](https://docs.sakuratools.top/pycqbot/)
        
        [go-cqhttp](https://github.com/Mrs4s/go-cqhttp)
        
        ## 支持 PyPy
        
        可以使用 PyPy3 进行性能提升
        
        ```bash
        pypy3 -m pip install pycqBot
        # 改用 PyPy 运行
        pypy3 ./main.py
        ```
        
        ## 最新版本实现
        
        支持模块化的编写
        
        支持插件化的编写
        
        内部使用异步进行处理，外部直接使用
        
        自动化的 cqCode 解析，全面的指令权限设置
        
        有绝大部分的 go-cqhttp API 同名函数，大部分参数一致
        
        有绝大部分的 go-cqhttp cqCode 同名函数，大部分参数一致
        
        支持所有 go-cqhttp API Event，同名与 pycqBot 事件函数
        
        内置的消息存储数据库，可以将消息存储在之后使用
        
        内置的日志输出
        
        内置模块 bilibili 监听动态/直播 消息 自动解析分享信息
        
        内置模块 pixiv 搜图/pid/用户
        
        ## 我的b站头像：
        
        ![logo](https://i1.hdslb.com/bfs/face/3ad60a0f5d22e182d7a2a822710d483bc16153e2.jpg@250w_250h.webp)
        
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
