Peteling1

Results 8 comments of Peteling1

@littlecodersh 抱歉提出这么多问题,我发现几个问题。 1. 为什么我发信息给别人也会触发text_reply这个函数,这能不能设置不触发? 2. 假若我收到一条信息触发了text_reply函数,在一次触发中 我写了一个循环,想发几条信息itchat.send(),但是似乎每次都是发1 2条就停下来了,不能一次触发中send多条信息? 3. msg['ActualNickName']这个是不是只能在群聊里才有?似乎私聊中报错。

@littlecodersh 一个小问题 ,收到视频图像时候能不能获得原来视频图片的命名?

have you solve the problem? @cosad3s

> Sorry, this totally fell off my radar. Let me bring this back up to the team and see what they think. In the meantime, we released a new version...

I also have this problem. It seems dockerfile in this project is unstable.It is annoying.

I copy the wrong code before, Here is my code. ``` from django.urls import path def main() -> None: # Here, specify all the generators that you might want to...

hi @gbleaney thanks for your reply~ But I still have no idea how to cover the example I mentioned before. ``` from django.contrib import admin from django.urls import path from...