-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Labels
enhancement
New feature or request
Comments
而且好像2018年以后注册的微信号,都无法登陆微信网页,所有只要老号才能使用 |
会禁两到三天左右,桌面端不受影响 |
我按操作可以发送信息,但没法定时发送什么情况,我也没有登电脑版微信 |
所以用大号岂不是很危险 |
登录保活,这点我一直很头疼,这块微信是怎么做到的?我现在正在研究这块,这块东西比较复杂,如果有办法的话,现在我正在结合手机微信进行开发,想弄个手机版的。但是就是死在了这个保活上面,实在是头疼啊 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
此项目使用微信网页API,同时如果被电脑端微信登录挤下就需要重新登录或者删除自动重连相关缓存文件重新扫码登录。因为此时被电脑端微信挤下后,已经导致服务器上的热登录失效。
所以:此项目适用于一个专门作为机器人的微信小号登录。
然后还有一些bug,关于itchat的。并不是所以服务器的编码都可以正常显示二维码,本人自己挖出一种方式,需要去修改itchat终端生成二维码的方式。适用另外一个开源库 qrcode-terminal,此方式适用于服务器端二维码打印不能正常识别的同学。
修改方法
你的python依赖库/itchat/components/login.py
找到121行 替换为 qrcode_terminal.draw(''https://login.weixin.qq.com/l/' + uuid')
The text was updated successfully, but these errors were encountered: