anirudhbagri / whatsapp-bulk-messenger

Send whatsapp message in bulk
233 stars 146 forks source link

Bypass if a number is not active #13

Closed himanshurajiv closed 2 years ago

himanshurajiv commented 3 years ago

I am a noob in programming, but I could actually run the script and send particular messages to my contacts (over 1000 contacts, therefore using script). My problem is that a lot of numbers in my contact lists don't have whatsapp with their numbers. This creates an issue as the program stops and then I have to manually click on whatsapp interface and then press enter on the command line. Can you suggest how one can bypass this?

anirudhbagri commented 3 years ago

If you leave it as it is.. it will automatically fail and move to next number in 30 secs or so.

himanshurajiv commented 3 years ago

It shows this error and stops

Press enter to continue[20496:17436:1104/092400.089:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is

anirudhbagri commented 2 years ago

Hi @himanshurajiv - On a side note.. checkout this video as it might help you with what you are looking for.

himanshurajiv commented 2 years ago

Hi @anirudhbagri : Thanks a lot for the link. In my case, I just commented out line 71 of the code and then left it in peace. I didn't had to click on the keyboard to resume the script anymore. Just worked perfectly. Great code btw. Highly efficient.

anirudhbagri commented 2 years ago

Thanks @himanshurajiv! Glad to hear that :)