# bot **Repository Path**: wuyubot/bot ## Basic Information - **Project Name**: bot - **Description**: 一个普通的nonebot实现 - **Primary Language**: Python - **License**: AGPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-03 - **Last Updated**: 2025-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wuyubot #### 介绍 一个普通的nonebot实现 #### 软件架构 基于nonebot2 魔改而来 #### 安装教程 1. 装Python3.10+,然后装redis,poetry 2. 克隆到本地 3. poetry install装依赖 #### 使用说明 0. 运行方法:poetry run python bot.py(linux/macos 考虑用python3替换python) 1. 运行一次,然后会生成默认配置,填完后再次运行 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码(一定要在github上提交,不然我本地开发仓库会同步不了) 4. 新建 Pull Request