Skip to content

Commit

Permalink
更新 wechaty 说明
Browse files Browse the repository at this point in the history
官方答复:

> Wechaty 也是有免费方案的,比如这里的基本上都是免费的:
https://wechaty.js.org/docs/puppet-providers/
包括网页版 WeChat, Whatsapp, 飞书,Gitter 等等

> 网页版有一部分无法登陆的账号,也有希望通过 wechaty/puppet-wechat#127 很快 Fix 掉,这样的话就任何微信账号都可以用免费版本 Wechaty 了
  • Loading branch information
easychen authored Apr 13, 2021
1 parent 2c1330e commit aa5a4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ to B 的服务在价格上相对容易上去,但是在获客成本和开发工

经过比较,我认为目前适合个人的消息触达方式是微信机器人/QQ机器人。通过关注机器人,发送 token 实现账号关联,之后就可以通过机器人推送消息给用户了。我知道的方案如下:

- 微信机器人方案: [wechaty](https://github.com/wechaty/wechaty) (付费方案)
- 微信机器人方案: [wechaty](https://wechaty.js.org/?utm_source=EasyChen&utm_medium=link&utm_campaign=one-person-businesses-methodology) (网页版协议免费,其他协议收费)
- QQ机器人方案:[mirai](https:/mamoe/mirai) (未亲测)

机器人方案除了可以用作消息推送,还可以用作登入。比起通过支付接口的 openid api 登入而言,没有因 openid 改变导致用户无法登入的风险。
Expand Down

0 comments on commit aa5a4a4

Please sign in to comment.