Skip to content
New issue

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

【使用教程】源码方式部署 #63

Open
leochen-g opened this issue Mar 29, 2024 · 0 comments
Open

【使用教程】源码方式部署 #63

leochen-g opened this issue Mar 29, 2024 · 0 comments

Comments

@leochen-g
Copy link
Owner

需要配置 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代码中配置APIKEYAPISECRET

Step 3: 运行

执行命令npm run start,终端会显示二维码,可以直接扫码,也可以到智能微秘书(小助手配置->登录状态中进行扫码登录)

Step 4: 配置相应功能

智能微秘书中配置你需要的功能后,给启动的账号发送更新关键词即可拉取最新配置(或者你自己设置的更新关键词,初始关键词是更新
每次修改配置后,请记得一定发送关键词更新配置,会员是自动更新配置

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant