Wdream

Personal Website

The Sky's The Limit.


AstrBot部署

目录

AstrBot部署

参考教程

快速部署 QQ、微信大模型聊天机器人!哔哩哔哩bilibili

Github_AstrBot

步骤

clone仓库

git clone http://github.com/Soulter/AstrBot
cd AstrBot

虚拟/安装依赖

虚拟环境

python3 -m venv ./venv

安装依赖

venv\Scripts\activate
python -m pip install -r requirements.txt -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple

执行

python main.py

image-20250202112210648

后面要用服务器,没

Comments