Automate Sending of WhatsApp messages with Python

 All you need to do:

Open the terminal of your favourite IDE and write in it;


pip install pywhatkit

After pywhatkit is installed, open a python file and enter the following two lines of code and you are good to go.


import pywhatkit

pywhatkit.sendwhatmsg("mobile number", "message", hr, min)


Note: The time placeholder takes time in 24-hour format.

That's all!

Comments

Popular posts from this blog

Quotation marks to wrap an element in HTML

What is the difference between iostream and iostream.h in cpp?

The Basic Structure of a Full-Stack Web App