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.04k stars 794 forks source link

Multiple Instances #304

Open UmairAnjum opened 6 years ago

UmairAnjum commented 6 years ago

Hello Is this possible to create multiple instances on web driver. I mean I want to use whats app web on two or more numbers, How I will do this

Thanks in advance

mhndm commented 6 years ago

use VNC to create multi desktop session

On Jun 26, 2018 4:31 PM, "UmairAnjum" notifications@github.com wrote:

Hello Is this possible to create multiple instances on web driver. I mean I want to use whats app web on two or more numbers, How I will do this

Thanks in advance

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mukulhase/WebWhatsapp-Wrapper/issues/304, or mute the thread https://github.com/notifications/unsubscribe-auth/AAdkDvpypCnVyk45GyKnlcKRo3_6IKO2ks5uAjeugaJpZM4U38sc .

chriso0710 commented 6 years ago

Or use multiple docker containers and a Selenium Grid. You would also need some kind of controller...

0xNetay commented 6 years ago

You can very easly also create a new profile in firefox and give it as input to the webdriver. WebDriver(profile=path_to_profile_folder). In each profile make sure to login to whatsapp with another number and thats it