-
怕大神没看到,再发一帖~~~急的上吊了,呵呵
-
`exitCallback` 没有被调用,所以 itchat 应该没有捕捉到网页版已离线。此时调用 `itchat.send_msg` 收到如下的响应内容:
```
{'LocalID': '', 'BaseResponse': {'ErrMsg': '', 'Ret': 1101, 'RawMsg': ''}, 'MsgID': ''}
```
-
### Run `npm run doctor` or `wechaty run doctor`(for docker user), paste output here
### Expected behavior
### Actual behavior
E:\weixin\wechaty>npm run dev
> weixinbot@1.0.0 dev E:…
-
### Run `npm run doctor` or `wechaty run doctor`(for docker user), paste output here
不会doctor,所以不知道怎么弄,单独跑的.可以单独跑的吧?
### Expected behavior
希望跑起DEMO
### Actual behavior
error
### Ste…
-
code:
```
const Wechaty = require('wechaty')
Wechaty.instance() // Singleton
.on('scan', (url, code) => console.log(`Scan QrCode to login: ${code}\n${url}`))
.on('login', user => console.…
-
D:\WeixinBot-master>python weixin.py
Traceback (most recent call last):
File "weixin.py", line 1080, in
import coloredlogs
ImportError: No module named coloredlogs
win10系统 Python2.7,已装qrcode,运…
-
### Run `npm run doctor` or `wechaty run doctor`(for docker user), paste output here
npm run dev
### Expected behavior
运行起例子,Chrome启动了3次就停在那里了,什么情况
### Actual behavior
E:\weixin\wechaty>…
-
@littlecodersh @Chyroc 两位老大,麻烦给看看,不知道是不是我自己弄错了什么?
**执行代码:**
``` python
itchat.send_file('2016.xls',self.user)
```
**错误信息:**
``` bash
Exception in thread Thread-3:
Traceback (most recent call last)…
-
代码写的很好,很有启发性。我有两个建议。
- `Usage` 会有重复一直给自己发消息的逻辑。 你是不是应该加上一个登陆成功的事件,然后在登入成功之后给自己发一条消息。
- 代码当中包含了你邮箱的 `auth` 是不是应该为了安全考虑去掉去。
-
Hello,我想要了解一下能不能通过命令行传递参数?
或者有没有什么接口暴露出来,可以让我进行二次开发?
现在有一个需求是想在多个微信群中发送相同的信息,不知道有没有优雅一些的解决方案= =