ItChat icon indicating copy to clipboard operation
ItChat copied to clipboard

无法登录的朋友看过来,2步确认你还能不能用itchat

Open shirubei opened this issue 4 years ago • 10 comments

从这里取代码 #935 ( https://github.com/luvletter2333/ItChat ) 估计当初的开发者都已经放弃本程序了,所以 @luvletter2333 网友修改的代码没能提交到master branch里。 用这个新代码试试看,如果能登录,那问题解决。 如果还是不能登录,那说明你的账号已经被服务器端禁用了,这个估计是无解。我有一个号,2,3个月前还可以用的,有一天突然就不能用了,然后就永远无法登录了。昨天发现上述修改的代码后,用另外一个号实验了一下,可以登录。 所以才写了这个issue

shirubei avatar May 30 '21 06:05 shirubei

是的

Marin9090cn avatar May 31 '21 13:05 Marin9090cn

现在由于UOS版本微信的发布,web协议重生了,可是此项目的maintainer已基本上已经放弃了该项目,我在这边推荐:python-wechaty,可以使用免费web协议的微信,详细请看:使用免费Web协议

wj-Mcat avatar Jun 01 '21 03:06 wj-Mcat

python-wechaty,需要的token在哪里?还要装docker,有点麻烦。感觉itchat的说明资料还是比较全面的

shirubei avatar Jun 01 '21 12:06 shirubei

太感谢您了!!!!!!!!!!!!!!!

dbxxx-ac avatar Jun 11 '21 15:06 dbxxx-ac

太感谢您了!!!!!!!!!!!!!!!

不客气,网络就是共享资源的地方

shirubei avatar Jun 12 '21 02:06 shirubei

python-wechaty,需要的token在哪里?还要装docker,有点麻烦。感觉itchat的说明资料还是比较全面的

所以现在python-wechaty正在适配itChat,这样就不需要安装docker就可以使用web版本的协议了。

wj-Mcat avatar Jun 12 '21 02:06 wj-Mcat

All Hail !

Jarken-K avatar Jul 26 '21 08:07 Jarken-K

安装 UOS Patch 暂时请通过github安装

pip3 install git+https://github.com/luvletter2333/ItChat.git 这个安装路径有问题

HarrisonZhang avatar Aug 18 '21 02:08 HarrisonZhang

Dockerfile

FROM python:3.9-slim-bullseye

WORKDIR /data

RUN apt-get update
RUN apt-get install -y git
RUN pip3 install requests pyqrcode
RUN pip3 install git+https://github.com/luvletter2333/ItChat.git 

ADD *.py /data/

CMD python3 main.py

親測 Docker 可用

j796160836 avatar Sep 07 '21 23:09 j796160836

我已克隆本项目,并加上了补丁,源码请参考 https://gitee.com/lihaitao/ItChat/tree/master

lihato avatar Oct 25 '21 08:10 lihato