-
from wxpy import *
# cache_path = True 表示开启缓存功能,短时间不用重新扫码
bot = Bot(cache_path=True)
# 机器人账号自身
myself = bot.self
# 在 Web 微信中把自己加为好友
bot.self.add()
bot.self.accept()
# 发送消息给自己
bot.self…
-
from wxpy import *
import requests
from pyquery import PyQuery
import stats_word
bot = Bot()
my_friend=bot.friends().search("欣", keywords=None, **attributes)#
这一步我不想做任何限定,只要是好友给我发信息可以么?
@bot.…
-
python wechat_sender.py
Getting uuid of QR code.
Downloading QR code.
Traceback (most recent call last):
File "wechat_sender.py", line 2, in
from wechat_sender import *
File "/root/wec…
-
这里是“数学与算法之美”的讨论区
wechat-id: MathAndAlgorithm
-
【求助】您好,请问可以通过c++程序,调用wechat-bot给某个好友发消息么?
如果wechat-bot不行的话,请问您知道有没有其他的库或者办法可以实现这样的功能?
比如通过wxpy,或者自己逆向hook PC版微信?
多谢多谢~
-
```
friends = bot.friends()
user = firends[1]
$: type(user)
wxpy.api.chats.friend.Friend
user.pin()或user.unpin()
```
remark_name修改为nick_name
-
wxpy在发送图片,和发送文件时,路径参数是怎么设的,老是出现错误
-
在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)
…
-
idea issuer: @ComMouse
## Description
It is important to key birthday of members in one wechat group, and we may use a reminder bot to keep and remind others anyone's birthday =w=
I'm not qui…
-
现在是不是个人的都无法通过这个wxpy接入了。
现在只能用公众号的api了