快速部署NGCBot实现群聊管理
要部署NGCBot实现群聊自动化管理,需要按照以下步骤操作:
- environmental preparation
安装Git和Python 3.8.10-3.12版本,推荐从官网下载并配置环境变量;下载微信客户端WeChatSetup-3.9.10.27版本 - Get Code
通过命令行git clone https://github.com/ngc660sec/NGCBot.git
克隆项目,或直接下载ZIP包解压 - Installation of dependencies
进入项目目录后配置清华镜像源,执行pip install -r requirements.txt
Installation of dependency packages - 配置群管功能
existconfig.yaml
set up inRoomKey
(进群关键词)、WelcomeMsg
(欢迎语)等参数;获取群聊ID后填入相应字段 - priming
先关闭微信客户端再运行python main.py
,扫码登录后即可使用关键词拉人、自动欢迎等功能
This answer comes from the articleNGCBot: WeChat Bot for News Push, AI Conversation & Group Chat ManagementThe