renjialu/XBotV2
Built by Metorial, the integration platform for agentic AI.
renjialu/XBotV2
Server Summary
Plugin support for customization
Custom message handling
Web management interface
Efficient message forwarding
Interactive features and games
XYBot V2 是一个功能丰富的微信机器人框架,支持多种互动功能和游戏玩法。
微信扫码加入交流群
🔗图片会被缓存,点我查看最新二维码
开源不易,请作者喝杯奶茶吧🙏
XYBot V2 采用插件化设计,所有功能都以插件形式实现。主要插件包括:
git clone https://github.com/HenryXiaoYang/XYBotV2.git
cd XYBotV2
python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt
start redis-server
python app.py
sudo apt update
sudo apt install python3.11 python3.11-venv redis-server ffmpeg
sudo systemctl start redis
sudo systemctl enable redis
git clone https://github.com/HenryXiaoYang/XYBotV2.git
cd XYBotV2
python3.11 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python app.py
如果你不需要WebUI界面,可以直接使用bot.py:
python bot.py
这几个插件需要配置API密钥:
与网络相关的报错
正在运行
相关的报错
无法访问Web界面
提交代码时请使用 feat: something
作为说明,支持的标识如下:
feat
新功能(feature)fix
修复bugdocs
文档(documentation)style
格式(不影响代码运行的变动)ref
重构(即不是新增功能,也不是修改bug的代码变动)perf
性能优化(performance)test
增加测试chore
构建过程或辅助工具的变动revert
撤销