Skip to content
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

经过本人周末花费大半天反复测试趟过的一些坑,希望可以帮到有需要的同学~ #46

Open
qq727127158 opened this issue Jun 10, 2019 · 6 comments
Labels
enhancement New feature or request

Comments

@qq727127158
Copy link

此项目使用微信网页API,同时如果被电脑端微信登录挤下就需要重新登录或者删除自动重连相关缓存文件重新扫码登录。因为此时被电脑端微信挤下后,已经导致服务器上的热登录失效。

所以:此项目适用于一个专门作为机器人的微信小号登录。

然后还有一些bug,关于itchat的。并不是所以服务器的编码都可以正常显示二维码,本人自己挖出一种方式,需要去修改itchat终端生成二维码的方式。适用另外一个开源库 qrcode-terminal,此方式适用于服务器端二维码打印不能正常识别的同学。

修改方法

你的python依赖库/itchat/components/login.py
找到121行 替换为 qrcode_terminal.draw(''https://login.weixin.qq.com/l/' + uuid')

@sfyc23 sfyc23 added the enhancement New feature or request label Jun 10, 2019
@AlpacaBi
Copy link

而且好像2018年以后注册的微信号,都无法登陆微信网页,所有只要老号才能使用

@qq727127158
Copy link
Author

qq727127158 commented Jun 12, 2019

是吧,而且小号短时间内多次登录后也会被禁网页API登录了

会禁两到三天左右,桌面端不受影响

@jacobfrey36
Copy link

我按操作可以发送信息,但没法定时发送什么情况,我也没有登电脑版微信

@hitao123
Copy link

所以用大号岂不是很危险

@StormKid
Copy link

StormKid commented Jul 3, 2019

登录保活,这点我一直很头疼,这块微信是怎么做到的?我现在正在研究这块,这块东西比较复杂,如果有办法的话,现在我正在结合手机微信进行开发,想弄个手机版的。但是就是死在了这个保活上面,实在是头疼啊

@WangPney
Copy link

自己封装个吧 https://wkteam.gitbook.io/doc/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

7 participants