mrpandya / whatsapp-bomber

A python script to automate your whatsapp and send multiple messages.
127 stars 16 forks source link

Add search contact feature #6

Closed mrpandya closed 1 year ago

mrpandya commented 2 years ago

Add the search contact feature before selecting the contact

IamMU commented 1 year ago

I am free to add the feature in a few hours(~2)

mrpandya commented 1 year ago

sure go ahead

IamMU commented 1 year ago

I need some information about if the user get an option to search the contact? Or do we do it like this: Send messages to all contacts, and the contacts at that couldn't be selected are done via searching them and then sending a message?

mrpandya commented 1 year ago

the latter one, currently the bot checks only the ones present on the screen, and thus to avoid the crash if then contact isn't present on the screen, we need this feature which will make use of the search bar and bring the contact/group name to the top and then the bot can proceed to send the message.

IamMU commented 1 year ago

Ok understood