Python scripts to share web WhatsApp's session file. So another person can open web WhatsApp using a shared session file without scanning QR code.
Watch this Video, It's in Hindi with English subtitles.
- Install selenium by
pip install seleniumORpip install -r requirements.txt. - Setup python selenium chrome driver, I suggest google it according to your OS.
- Run Python scripts as follows.
- Run
session_generator.pyand it will save "session_file.wa" file. - Scan QR code and wait for the window to close.
- Share the generated session file.
- Run
session_opener.pyand it will open "session_file.wa" file. - It will open a Web WhatsApp session after a refresh.