We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
需要配置 node环境,node版本 >=18,不会安装 node的可以自行搜索一下,或者使用其他方式部署,源码部署针对有一定代码基础的人
源码github地址: https://github.com/leochen-g/wechat-assistant-pro
由于网络原因,上述链接无法打开,可以用下面的备用链接打开 备用源码地址:https://hub.fgit.cf/leochen-g/wechat-assistant-pro
下载或者克隆源码,在源码项目根目录执行 npm install安装项目依赖
npm install
src/index.js代码中配置APIKEY和APISECRET
src/index.js
APIKEY
APISECRET
执行命令npm run start,终端会显示二维码,可以直接扫码,也可以到智能微秘书(小助手配置->登录状态中进行扫码登录)
npm run start
在智能微秘书中配置你需要的功能后,给启动的账号发送更新关键词即可拉取最新配置(或者你自己设置的更新关键词,初始关键词是更新, 每次修改配置后,请记得一定发送关键词更新配置,会员是自动更新配置
更新
The text was updated successfully, but these errors were encountered:
No branches or pull requests
需要配置 node环境,node版本 >=18,不会安装 node的可以自行搜索一下,或者使用其他方式部署,源码部署针对有一定代码基础的人
源码运行
源码github地址: https://github.com/leochen-g/wechat-assistant-pro
由于网络原因,上述链接无法打开,可以用下面的备用链接打开
备用源码地址:https://hub.fgit.cf/leochen-g/wechat-assistant-pro
Step 1: 安装
下载或者克隆源码,在源码项目根目录执行
npm install
安装项目依赖Step 2: 配置
src/index.js
代码中配置APIKEY
和APISECRET
Step 3: 运行
执行命令
npm run start
,终端会显示二维码,可以直接扫码,也可以到智能微秘书(小助手配置->登录状态中进行扫码登录)Step 4: 配置相应功能
在智能微秘书中配置你需要的功能后,给启动的账号发送
更新
关键词即可拉取最新配置(或者你自己设置的更新关键词,初始关键词是更新
,每次修改配置后,请记得一定发送关键词更新配置,会员是自动更新配置
The text was updated successfully, but these errors were encountered: