
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@ggcorp/wechaty-web-panel
Advanced tools
本项目基于 Wechaty Web Panel v1.6.59, 增加了本地文件作为配置平台,移除部分 vip 功能对微秘书平台的依赖。
# 'N' 表示不使用本地文件作为配置平台,其他表示优先使用本地文件作为配置平台
export USE_LOCAL_CONFIG=N
创建一个 localConfigs.json 放在项目根目录下。
Wechaty Web Panel 插件,让你的 Wechaty 机器人快速接入 web 控制面板
本项目为插件源码,非直接运行的项目。如需可直接运行的项目,请直接拉取 https://github.com/leochen-g/wechat-assistant-pro 即可
git clone https://github.com/leochen-g/wechaty-web-panel.git
cd wechaty-web-panel
npm install # 可指定淘宝镜像源加速: --registry=https://registry.npmmirror.com
在 test/wechat.js 文件中填入 apiKey 与 apiSecret,运行如下命令
npm run test:wechat
需要有企业微信 token,在 test/wework.js 填入 workProToken、apiKey 与 apiSecret,运行如下命令
npm run test:wework
小助手配置->关键词回复->关键词事件进行修改关键词- [x] 群合影(下线)
更多详情介绍:传送门
注册:智能微秘书
初始化配置文件小助手配置->基础配置,修改后保存
个人中心获取APIKEY和APISECRET,后续配置用到

由于本项目大部分定时资讯和一些天气接口来自于天行数据,所以需要提前准备好天行数据的账号,同时申请好相关接口的权限
1、注册: 天行数据
2、申请接口权限
必选接口
可选接口(如果想使用相应的功能还是必须申请的),但是如果默认使用了天行机器人,以下功能接口无需申请也可以,机器人会直接返回对应信息
环境 node > 16
$ npm install wechaty-web-panel@latest wechaty@latest --save
如果安装长时间没有反应,可以尝试
npm install wechaty-web-panel@latest wechaty@latest --save
apiKey和apiSecret$ vim mybot.js
const {WechatyBuilder} = require('wechaty')
const WechatyWebPanelPlugin = require('wechaty-web-panel')
const name = 'wechat-assistant'
const bot = WechatyBuilder.build({
name, // generate xxxx.memory-card.json and save login data for the next login
puppet: 'wechaty-puppet-wechat',
})
bot
.use(WechatyWebPanelPlugin({
apiKey: '',
apiSecret: ''
}))
.start()
.catch((e) => console.error(e))
$ node mybot.js
进入面板小助手配置->登录状态扫码登录,或直接扫码控制台二维码登录



个人定时与群定时任务

群消息同步

FAQs
We found that @ggcorp/wechaty-web-panel demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.