-
i am trying to test FriendRequest in ``` example/ding-dong-bot.js`` , error occurs like that:
```
example/ding-dong-bot.ts (49,19): Cannot create an instance of the abstract class 'FriendRequest'…
-
我参考 https://github.com/Chatie/wechaty/blob/master/example/gist-bot/index.ts 写的bot,扫码后,浏览器不弹出来了,为什么?
`
const Wechaty = require('wechaty').default;
import { onError } from './listener/error'
imp…
-
As we know , we can add friends from room when we use WeChat for Web.
ItChat https://github.com/littlecodersh/ItChat/tree/robot
@itchat.msg_register('Friends')
def add_friend(msg):
itchat.…
-
In our case, the timeout is `67` seconds:
https://github.com/wechaty/wechaty/blob/41b29e702b5d1bbe4b35460845c44ef31ae416b8/src/puppet-web/browser-driver.ts#L254
Detail: https://travis-ci.org/wech…
-
### Provide Your Network Information
1. Where is the location of your server? (i.e. City, or In/Out China)
China
1. Which cloud platform(AliYun/Qcloud/DigitalOcean/etc) are you using?
Tencent
…
-
i tested the ding-dong-bot and recalled some message , it dose not trigger the event.
-
```shell
Howards-Air:wechaty howard$ docker run -ti --rm --volume="$(pwd)":/bot zixia/wechaty example/hot-reload-bot/index.js
__ __ _ _
\ \ / /__ ___| |…
-
Windows Server 版本:
Microsoft Windows Server 2008 R2 (64bit)
Chrome 版本:
58.0.3029.81 (32bit)
Microsoft Windows [版本 6.1.7600]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。
C:\Users\Administrat…
-
how i can use multiple robot in a same project and non-interference each other?
i tried like this
var wechat= new Wechaty() ;
but it's not working ! the last one will be active !
…
-
ubuntu 安装 chromedriver了。
运行node mybot.js出现下面错误
npm install --save wechaty
ubuntu@VM-20-53-ubuntu:~$ uname -a
Linux VM-20-53-ubuntu 3.13.0-86-generic #131-Ubuntu SMP Thu May 12 23:33:13 UTC 201…