-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
功能与意见反馈,报bug可以另开issue #1
Comments
当我在运行run.py的时候遇到了如下问题? D:\pythoncode\ItChat-master>python run.py
Getting uuidC:\Python27\lib\site-packages\requests-2.9.1-py2.7.egg\requests\packages\urllib3\util\ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
SNIMissingWarning |
@weixiaoqiang |
这个项目需要手机一直登录着微信号吗? |
@KJlmfe 需要的,本项目基于扫码登陆,目前所有扫码登陆在对应的手机登出后都会自动登出。 |
如何主动给群发消息了,我原先的思路不对,诸位有什么办法么 |
@littlecodersh 谢谢你的思路,现在的情况是这样,已经有一个存在的群,里面有一些人并不是我的好友,我需要在这个群里发消息而不能重新创建一个群,我尝试获取过群的 |
@xzjs 每一次登陆后群的UserName都会变化,使用的是否是同一次的UserName? |
请问下,如何获得某个群讨论里面的暱称? 比如说 aa1 在某个群里面暱称是 aa2 |
@1265858594 建议尝试这两个方法: |
@littlecodersh get_chatrooms获取不到数据 |
@0x94 |
@littlecodersh 这个教程看过了,可以发送图片,这个没问题,但是我想发送自定义动画表情,是表情,虽然本质上也是图片,但显示效果不一样,现在只找到了内置表情和图片的发送,自定义的动画表情没有 |
@237rxd 动图么?把后缀改成.gif当图片发送即可 |
@littlecodersh 使用的是示例代码,二维码显示不全 |
@djtu 有试过这个命令吗? itchat.auto_login(enableCmdQR=2) |
@littlecodersh 抱歉提出这么多问题,我发现几个问题。
|
@Peteling 没事,我看到肯定都会回复的。
if msg['FromUserName'] == itchat.originInstance.storageClass.userName:
return |
@littlecodersh 一个小问题 ,收到视频图像时候能不能获得原来视频图片的命名? |
@Peteling 如果是以文件的形式发送的话是可以的,在FileName键里 |
请问群@回复的@是真正的@吗? |
@djtu 不是的,网页版目前没有办法@人,所以做了个样子 |
FromUserName获取出来是一个乱码。。@asdads2321312.。请问一下这个怎么解码成正常的文字啊? |
@mxd54lq UserName本来就是这个格式的 itchat.search_friends(userName=theUserNameYouGet) |
@littlecodersh 请问现在py3和py2合并了吗,还是py3还是一个分支,我觉得py3和py2应该引用一份代码就可以了,需要我写一下吗? |
@chyroc 已经是一份啦:) |
获取用户信息时,userName都被加密成@a98f72h2o13p13u5这样的随机码,而且重新登陆机器人后,同一个好友用户的userName会不同,有办法永久识别一个唯一好友用户吗? |
@marslabtron 最简单的做法是每个好友都设置不同的昵称,itchat提供了set_alias方法。 |
如何指定给自己发消息....看了一下没有找到 |
这个是6年前开发的项目,现在微信升级了,安全标准也提高了,似乎没法用了。运行完import itchat |
应该是不行了 |
今天测试,验证码又发给我了!!!感谢感谢
在 2023-05-16 09:09:12,"Liuweiqing" ***@***.***> 写道:
应该是不行了
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
现在网页版微信还能登录嘛? |
普通账号应该是不能了 |
那有什么办法可以绕过网页版登录嘛?
在 2023-06-27 09:28:51,"Jerry" ***@***.***> 写道:
现在网页版微信还能登录嘛?
普通账号应该是不能了
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
用itchat-uos 1.5.0.dev0https://github.com/why2lyj/ItChat-UOS |
这个QQ群好像没了,你还在维护吗 |
这个库现在是什么状态? |
这个项目还有人维护吗?我想把视频号的视频转发到很多群里,不知道大家有什么思路? |
为什么手机扫完二维码后,还没有登录进去,二维码立即就刷新了。 |
2 similar comments
为什么手机扫完二维码后,还没有登录进去,二维码立即就刷新了。 |
为什么手机扫完二维码后,还没有登录进去,二维码立即就刷新了。 |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
好吧,等你假期结束,请联系我。 |
基于网页版开发的,微信登不上网页版都用不了 |
在使用itchat-on,挺好的,发现一个问题,设置了itchat.auto_login(hotReload=True)之后,重新登录会重复接收到之前的消息.我猜是它没有给VX的服务器响应"本客户端已收到"的消息.这样不会有什么问题吗? |
大家用的时候私聊消息监听灵敏吗,我还没试过群聊里,私聊基本要两分钟才监听得到 |
群引用的消息为啥收不到呀?对应哪个消息类型?note吗? |
@itchat.msg_register(TEXT, isGroupChat=True)
|
秒级啊 |
一直再用 没问题的 |
Dear all
非常感谢你的反馈!
在 2024-06-24 13:38:31,"ZYH654" ***@***.***> 写道:
@itchat.msg_register(TEXT, isGroupChat=True)
def text_reply(msg):
if msg.isAt:
msg.user.send(u'@%s\u2005I received: %s' % (
msg.actualNickName, msg.text))
这段代码 貌似没有真正实现 @ 功能,只是文本形式发送,没有真正的@
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
怎么还在用过时的东西,web协议都没人用了,都去玩hoooook了 |
怎么还在用过时的东西,web协议都没人用了,都去玩hoooook了 |
和网页版是冲突的,并且只支持传输助手,现在拉取其他的线程或者聊天窗口不如及时备份数据 |
都可以在这里交流,我会及时回复的~
也欢迎加入QQ群讨论:549762872
The text was updated successfully, but these errors were encountered: