shauryauppal / PyWhatsapp

Python Automation using selenium & Scheduling of messages and media
https://www.linkedin.com/in/shaurya-uppal
Apache License 2.0
455 stars 159 forks source link

Implement Multi-Threading in Schedule Time. #14

Closed shauryauppal closed 4 years ago

shauryauppal commented 5 years ago

https://schedule.readthedocs.io/en/stable/faq.html#how-to-execute-jobs-in-parallel

This would help in scheduling multiple messages at sample time to different contacts.

Different messages can be scheduled for different people.

People named A,B,C: Schedule message "My name is Shaurya". People named X,Y,Z: Schedule message "How are you?"

shauryauppal commented 5 years ago

https://schedule.readthedocs.io/en/stable/faq.html#how-to-execute-jobs-in-parallel

justanotherlad commented 5 years ago

Hi! I really like your project ! I am just beginning with open source. I'd really like to take this issue up! Can you help me out how to implement the above link in your code?

shauryauppal commented 5 years ago

@swastikbanerjee07 Did you try the script? Run the script one or twice you would come to know what schedule does.