plugin-contrib icon indicating copy to clipboard operation
plugin-contrib copied to clipboard

Wechaty Plugin Ecosystem Contrib Package

Results 11 plugin-contrib issues
Sort by recently updated
recently updated
newest added

WeChatRemote(wechaty-mqtt-gateway) is a WeChat remote calling tool that uses MQTT to connect to local or cloud WeChat clients for remote operations. Learn more:[https://www.yuque.com/atorber/chatflow/hwqf0tgqg9o51epc](https://www.yuque.com/atorber/chatflow/hwqf0tgqg9o51epc)

size:XXL

In the [getting-started](https://github.com/wechaty/getting-started/blob/main/package.json) project, we have `"wechaty-plugin-contrib": "^1.11.1"`. But if I initialize project with `yarn add wechaty-plugin-contrib@latest`, I got `1.0.18`. It causes an import problem: ```shell yarn run start yarn...

``` // "wechaty-plugin-contrib": "0.19" bot.use( Heartbeat({ contact: 'willinx', emoji: { heartbeat: '[爱心]', login: '[太阳]', logout: '[月亮]', ready: '[拳头]' }, intervalSeconds: 5 }) ); ``` Logs: ``` WECHATY_LOG=silly npx ts-node src/index.ts...

假如某个用户已经在某个房间时,该用户再次向bot发出加入请求,这时bot会发送welcome消息,然后才处理repeat。 ![image](https://user-images.githubusercontent.com/26641510/99144578-f233c000-26a1-11eb-9cbf-16aaaad43d42.png) ![image](https://user-images.githubusercontent.com/26641510/99144586-f8c23780-26a1-11eb-8a14-7cd892d193f4.png) 代码位于https://github.com/wechaty/wechaty-plugin-contrib/blob/fb4b3774d0c34833e0cf2a876e922fa7242b8248/src/contrib/room-inviter.ts#L47

It'd be great to have a heartbeat health check plugin -- 验证heartbeat 就是如何验证自己的代码是否收不到更新消息了 前几天遇到过一次,不知道为什么,一条新消息都收不到了,可事实上是错过了好多 [Huan (李卓桓)]: > 看来应该发布一个插件做这个验证 heartbeat 了呢 > 你去发一个 issue 提一个 feature request 吧,我可以把之前的代码封装一下

feature request

Like the following code from our [Friday BOT](https://github.com/wechaty/friday/blob/f728c5fd2b49930a9d192c0f03356db606aeb1a2/src/plugins/crontab.ts) demonstrated: (original author: @qhduan ) ```ts import cron from 'node-cron' interface CRONConfig { time: string, reply: string } const CRON_CONFIG: CRONConfig[] =...

enhancement

This issue is for linking new Wechaty Plugins so that we can add them to the README at [![Wechaty Plugin Contrib](https://img.shields.io/badge/Wechaty%20Plugin-Directory-brightgreen.svg)](https://github.com/wechaty/wechaty-plugin-contrib#wechaty-plugin-directory)

功能大全 入群欢迎 新人进群后27助手发送指定信息@并欢迎新人,增加仪式感及快速了解群规等 广告踢人 27助手自动检验群内发送的网址链接,小程序链接等内容对其进行禁言或踢除 批量拉人入群 可批量选择微信群内需要入群的好友,方便快捷的将好友拉入群众 好友添加回复 自动同意好友添加请求,并可自定义设置被添加后的自动回复话术引导用户入群 多群群发 可将需要在多群内发布的多条消息,按照时间循序同步发送出去,以达到直播效果 定时群发 支持在某一时间点推送消息,并可自定义发送周期 被@后回复 群内有人@时,会进行设定好消息的自动回复,以助于了解群规提醒私聊 图灵智能聊天 图灵机器人 聊天机器人可以在未触发关键词与群内用户智能聊天,提高群组活跃 清理僵尸粉 通过想27助手发送指令,0打扰清理僵尸粉,多少人已将你删除一目了然 多开聊天 支持多微信号同时登录聚合聊天 关键词回复 可设置多个关键词策略进行群和好友问题的自动回复 群邀请 可在群内发布群邀请任务,统计群成员邀请入群数量,提醒并奖励积分 防重复入群 禁止用户在指定群内多次出现 群成员查重 可检查清理重复入群人员...

https://github.com/wechaty/wechaty-plugin-contrib/blob/05cfec3606480d2f2a544ac4e742a967bcaec2b4/src/contrib/room-connector/one-to-many-room-connector.ts#L105 If it's timeout to get room payload.the RoomConnector doesn't work!

enhancement

to hotImport a wechaty event listener from a module file. This plugin will replace the internal code from the Wechaty