Tithibots / tithiwa

Automate Web WhatsApp with selenium in python.
MIT License
24 stars 22 forks source link

Create send_a_message_to_multiple_chats() in chatroom.py #58

Closed NavpreetDevpuri closed 3 years ago

NavpreetDevpuri commented 3 years ago

send_a_message_to_multiple_chats(names, message): taking list names and string message just loop through list names and then use function send_message_to_name_or_number(name, message)

mickm3n commented 3 years ago

I can help with this

NavpreetDevpuri commented 3 years ago

You are welcome!