Tithibots / tithiwa

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

Modified send_messages_at_time method in Chatroom class #85

Closed ghostrider22 closed 2 years ago

ghostrider22 commented 2 years ago

Solution to #29 - Added dictionary argument to send_messages_at_time().

In my previous pull request, by mistake I had added extra space before a if statement in session class, which was showing error, I have fixed that also in this pull request.

NavpreetDevpuri commented 2 years ago

There should be two different functions

send_message_at_time() # same massage to multiple persons
send_messages_at_time() # different message for each person
ghostrider22 commented 2 years ago

Done sir. I have again added send_message_at_time() to Chatroom class.