-
Spack appended linker variables (-Wl,rpath) can cause GCC to behave incorrectly when compiling non-linkable files, such as gch headers.
This was discovered when trying to install the a wxPython pac…
-
send_image 用中文文件名会出现错误,用英文不会出现,具体如下:
```
In [26]: m.reply_image("你好 .jpg")
---------------------------------------------------------------------------
ResponseError Tra…
-
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…
-
from wxpy import *
# cache_path = True 表示开启缓存功能,短时间不用重新扫码
bot = Bot(cache_path=True)
# 机器人账号自身
myself = bot.self
# 在 Web 微信中把自己加为好友
bot.self.add()
bot.self.accept()
# 发送消息给自己
bot.self…
-
【求助】您好,请问可以通过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在发送图片,和发送文件时,路径参数是怎么设的,老是出现错误
-
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…
-
```python
import os
import json
import wxpy
# 导入模块
from wxpy import *
import json
import requests
import pyquery
# 初始化机器人,扫码登陆
bot = Bot()
# 搜索名称含有 "豆彭" 的好友
my_friend = bot.friends().sea…