# Qianyu-Bot **Repository Path**: mapleleaf2007/Qianyu-Bot ## Basic Information - **Project Name**: Qianyu-Bot - **Description**: 千羽bot - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-04-01 - **Last Updated**: 2023-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Qianyu-Bot 魔改云崽 ,内置 qianyu-plugin ## 使用方法 > 环境准备: Windows or Linux,Node.js([版本至少 v16 以上](http://nodejs.cn/download/)),[Redis](https://redis.io/docs/getting-started/installation/) 1.克隆项目 ``` git clone --depth=1 -b master https://gitee.com/think-first-sxs/Qianyu-Bot.git ``` ``` cd Qianyu-Bot #进入Qianyu目录 ``` 2.安装[pnpm](https://pnpm.io/zh/installation),已安装的可以跳过 ``` npm install pnpm -g ``` 3.安装依赖 ``` pnpm install -P ``` 4.运行(首次运行按提示输入登录) ``` node app ```