-
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# 导入模块
from wxpy import *
# 初始化机器人,扫码登陆
bot = Bot(console_qr=True)
bot.join()
```
出来的二维码特别大,根本没办法扫描。大家都没遇到过这情况?
-
wxpy.exceptions.ResponseError: : err_code: 1203; err_msg: 当前登录环境异常。为了你的帐号安全,暂时不能登录web微信。你可以通过Windows微信、Mac微信或者手机客户端微信登录。
ghost updated
5 years ago
-
The current shadow server for win32 sort of works but we need to improve:
* keyboard mapping is not done: we must generate a lookup map for keycodes
* we may be able to export windows individually: …
-
支不支持不去语音通话、视频通话的内容,获取去语音通话保存为MP3或其他音频格式、视频通话获取视频内容保存为mp4或其他视频格式,这个操作支不支持?
-
使用python2.7 运行`bot = Bot()`报错
```
File "/Users/alfred_yuan/git/shark-robot/weixin_robot/run.py", line 11, in main
bot = Bot(console_qr=True)
File "/Users/alfred_yuan/git/shark-robot/sha…
-
17年前登陆过web网页版的微信可以登录并使用此框架,17年后的新注册微信号包括以前没有登陆过web网页版微信的号无法使用此框架,想搞着自己的机器人搞着玩的,可以去购买支持web登录微信号,如果是公司开发需要,那么唯一选择就是找正规企业合作API,(因为大家github搜索出来的基本都是网页版 wxpy wechaty itchat等等都是基于网页微信开发的)。所以以寻找API提供商,不过著名的提…
-
报错信息如下:
```python
self.loginInfo['url'], self.loginInfo['pass_ticket'])
KeyError: 'pass_ticket'
```
说明你的微信网页版被封了...
换一个账号登录即可。
-
When I run the following command
ipython --pylab --gui=wx demo_pclview.py
What I am getting is the message "Using matplotlib backend: MacOSX", the warning that "Using deprecated class PySimpleApp." …
-
python 版本为2.7 wxpy 为 0.3.98 以前message get_file 音频视频都可以,现在音频可以, 视频存下来是空,
视频大小 时长都没问题。就是保存后大小为0,get_file 的结果请求成功
-
我使用了 wxpy 的对象list 作为参数,一样的报错:
```py
users = [, ] # 或者另外一仲 nick_name 的 users = [i.nick_name for i in users]
bot.create_group(users,topic='weiyi')
# 报错信息如下
ResponseError: err_code: -1000; err_ms…