-
![image](https://user-images.githubusercontent.com/19909103/121362087-6bf60880-c968-11eb-995d-dc669fb3d571.png)
-
### 版本信息 Version Info
```
EH Forwarder Bot
Version: 2.1.1
Python version:
3.11.6 (main, Oct 13 2023, 15:52:55) [GCC 13.1.1 20230722]
Running on profile "default".
Master channel:
…
-
征集添加好友、群更名、群成员变更等「会话及会话成员增删或更新」行为时各语言版本的提示语
本内容将用于及时通知主端相关变更的内容,并及时更新主端缓存。
现在已知的提示语:
## 添加好友
- You have added `好友名称` as your WeChat contact. Start chatting!
- 你已添加了`好友名称`,现在可以开始聊天了。
- `好友名…
-
Currently, for each contact or group in slave channel, we need to create new group and use /link command to link out.
I am thinking of some ways to make it automaticly.
I find Pyrogram has this kind…
-
**Is your feature request related to a problem? Please describe.**
Concurrency has been popular for IO heavy applications like EFB. There’s a wide range of frameworks like `aiorequests` / `telethon…
-
_From @watsy0007 on August 17, 2017 7:1_
```
2017-08-17 07:00:02,784: itchat [ERROR]
Your wechat account may be LIMITED to log in WEB wechat, error info:
1203当前登录环境异常。为了你的帐号安全,暂时不能登录web微信。你可以通…
-
在这里统一收集一下网页版微信返回的「未知错误提示」和其对应的现象,以便更好的改进代码。
有发现错误代码可能导致的原因的,请在下方留言。
| 错误代码 | 可能的原因 |
| - | - |
| 1100 | 掉线 [[wxpy]] |
| 1101 | 掉线 [[ref. Mar. 2017](https://github.com/littlecodersh/ItChat/iss…
-
在noVNC登录酷Q之后shell提示
HTTP 上报地址 http://127.0.0.1:8000 无法访问
-
tg报错:
`Message is not sent. CoolQDisconnectedException('Unable to connect to CoolQ Client!Error Message:\nHTTP request failed')`
gocq log
`[2022-11-19 18:35:22] [WARNING]: 警告: 私聊 *** 图片上传失败: uplo…
-
想要提供一个群文件下载功能.看了一下http api列表没有这个功能.如果用web群空间下载的话, 需要提供群号和文件id, 文件id可以在事件里找到. 作者有什么好办法优雅实现么