LingDong- / wechit

WeChat in Terminal (微信终端版)
MIT License
89 stars 21 forks source link

can't find wechit/ folder to put the chrome driver #5

Closed J-A-S-0-N closed 4 years ago

J-A-S-0-N commented 4 years ago

you said to locate the chrome driver into the wechit folder but i can't find wechit/ folder to put the chrome driver

J-A-S-0-N commented 4 years ago

should i just put driver = webdriver.Chrome(executable_path=r"C:\Program Files\chromedriver.exe")?

J-A-S-0-N commented 4 years ago

should i just put driver = webdriver.Chrome(executable_path=r"C:\Program Files\chromedriver.exe")?

but where do i put it?

J-A-S-0-N commented 4 years ago

and if i open https://web.wechat.com this and scan the QR code this pop up 1203To protect your account, logging in to WeChat via the web has been suspended. Use WeChat for Windows or WeChat for Mac to log in on a computer. Download WeChat for Windows or Mac at http://wechat.com. will this effect anything?

LingDong- commented 4 years ago

Hi @J-A-S-0-N , the wechit folder is simply the folder that contains this repo after you download/clone it (because this repo is called wechit).

If logging into WeChat via the web has been suspended for you, then I'm afraid I cannot help about it because the chrome driver logs you in by manipulating the web interface. Maybe it'll be un-suspended if you wait long enough? I haven't encountered this issue before, sorry.

Thank you.

J-A-S-0-N commented 4 years ago

oh thanks for the information awesome code btw great job