mukulhase / WebWhatsapp-Wrapper

An API for sending and receiving messages over web.whatsapp [Working as of 18th May 2018]
https://webwhatsapi.readthedocs.io/en/latest/
MIT License
2.02k stars 796 forks source link

Saving and restore a multi-device WA beta session #1129

Closed alexeykirichek closed 2 years ago

alexeykirichek commented 2 years ago

Due to the latest update of Whatsapp, the user can only use the beta version for authorization on other devices. The current session saving and restore algorithm does not work for the beta multi-device version. Can someone help in solving this issue?

erm3nda commented 2 years ago

I do use a tricky setup, involving a real firefox profile with -marionette enabled by default, then a geckodriver instance using --connect-existing with all other plethora of arguments needed. So, the profile keeps updated, and real. No matter what happens to any of the componentes, the profile doesn't get outdated because geckodriver is not using a RUST profile, it's using real profile.

roigreenberg commented 2 years ago

@erm3nda can you please elaborate on what exactly did you do?

erm3nda commented 4 months ago

Sorry I didn't ...