-
```python
import os
import json
import wxpy
# 导入模块
from wxpy import *
import json
import requests
import pyquery
# 初始化机器人,扫码登陆
bot = Bot()
# 搜索名称含有 "豆彭" 的好友
my_friend = bot.friends().sea…
-
在linux下用nohup进行运行,embed()会报错:
File "et.py", line 2, in
embed()
File "/usr/local/lib/python3.5/dist-packages/wxpy/utils/console.py", line 74, in embed
_shell(local=local, banner=banner)
…
-
Will it support python 2?
-
Login successfully as 落潮拾贝
Traceback (most recent call last):
File "setup.py", line 54, in
'Topic :: Utilities',
File "d:\Anaconda3\envs\test_py3\lib\distutils\core.py", line 148, in setu…
xgocn updated
7 years ago
-
from wxpy import *
import requests
from pyquery import PyQuery
import stats_word
bot = Bot()
my_friend=bot.friends().search("欣", keywords=None, **attributes)#
这一步我不想做任何限定,只要是好友给我发信息可以么?
@bot.…
-
from wxpy import *
bot = Bot()
my_friend = ensure_one(bot.friends().search('test'))
group = ensure_one(bot.groups().search('testtest'))
group.add_members(my_friend,True)
邀请入群报错,有没有帮忙看下
-
from flask import Flask
from wxpy import *
app = Flask(__name__)
@app.route('/')
def hello_world():
bot = Bot()
return 'index World!'
@app.route('/ho')
def hello():
my_friend …
-
大一点的文件/图片/视频发送失败怎么办啊,现在好像只能发送几百K的文件图片,大一点的就发送失败,错误代码为1,错误信息为空,不知道是什么原因。是微信的协议变了吗?
-
使用获取头像的方法
`bot.self.get_avatar('./%s'%bot.self.name)`
提示 :TypeError: expected `Friend`, `Group` or `Member`, got``
这是只能获取 Friend Group Member 类型的吗?
-
我设置了一个功能,收到消息后,经过处理,保存到本地的一个文件,然后再转发到另一个微信号。
保存到本地,是正常的,没问题的,但是发送的时候就会出错。感觉又是编码的问题,不懂要怎么处理……
代码环境:win10 64位,安装python3.6
基本代码:
from wxpy import *
import xlwings as xw
bot=Bot()
my_friend=b…