Fantaso / whatsapp-web

Simon is a Python library that helps made easy the browser automation for WhatsApp Web service
Other
93 stars 29 forks source link

Can you check it? #4

Open KHRIND opened 3 years ago

KHRIND commented 3 years ago

DevTools listening on ws://127.0.0.1:53117/devtools/browser/7be00894-9b32-4845-b0c1-e04c8d2af228 [16628:15092:1121/172315.127:ERROR:device_event_log_impl.cc(211)] [17:23:15.127] Bluetooth: bluetooth_adapter_winrt.cc:1073 Getting Default Adapter failed. Traceback (most recent call last): File "c:\Users\yusuf\OneDrive\Masaüstü\python\whatsapp.py", line 31, in opened_chats = pane_page.opened_chats File "C:\Users\yusuf\AppData\Local\Programs\Python\Python38\lib\site-packages\simon\chats\elements.py", line 30, in get WebDriverWait(driver, 100).until( File "C:\Users\yusuf\AppData\Local\Programs\Python\Python38\lib\site-packages\selenium\webdriver\support\wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message:

z404 commented 3 years ago

+1, same issue

matiasleoni commented 3 years ago

same problem for me. The browser opens, the box is unchecked, I log in with the QR but then it stops working and after some seconds the Timeout exception occurs.

DanielChiluisa011 commented 3 years ago

+3, same issue

z404 commented 3 years ago

Apparently, whatsapp web has changed thier css styling after the api was made, and the api was never updated after that. There are other wrappers that work better. I dunno if im allowed to post the links here, but i think this project has been abandonded. OP you can close the issue i suppose

matiasleoni commented 3 years ago

Apparently, whatsapp web has changed thier css styling after the api was made, and the api was never updated after that. There are other wrappers that work better. I dunno if im allowed to post the links here, but i think this project has been abandonded. OP you can close the issue i suppose

z404, could you recommend here or privately other wrappers that work better developed in python?

z404 commented 3 years ago

Apparently, whatsapp web has changed thier css styling after the api was made, and the api was never updated after that. There are other wrappers that work better. I dunno if im allowed to post the links here, but i think this project has been abandonded. OP you can close the issue i suppose

z404, could you recommend here or privately other wrappers that work better developed in python?

https://github.com/mukulhase/WebWhatsapp-Wrapper (Install from source, the pip version is outdated) (Docker installation not required)

Happy coding

AgustinPardo commented 3 years ago

same issue!

urieltm commented 3 years ago

Apparently, whatsapp web has changed thier css styling after the api was made, and the api was never updated after that. There are other wrappers that work better. I dunno if im allowed to post the links here, but i think this project has been abandonded. OP you can close the issue i suppose

z404, could you recommend here or privately other wrappers that work better developed in python?

https://github.com/mukulhase/WebWhatsapp-Wrapper (Install from source, the pip version is outdated) (Docker installation not required)

Happy coding

How do i install from source?

z404 commented 3 years ago

Apparently, whatsapp web has changed thier css styling after the api was made, and the api was never updated after that. There are other wrappers that work better. I dunno if im allowed to post the links here, but i think this project has been abandonded. OP you can close the issue i suppose

z404, could you recommend here or privately other wrappers that work better developed in python?

https://github.com/mukulhase/WebWhatsapp-Wrapper (Install from source, the pip version is outdated) (Docker installation not required) Happy coding

How do i install from source?

All you gotta do it download the repository, and run python setup.py install when inside the repository