Posts

Showing posts with the label WhatsApp Automation to Send Message using Python

Python to automate What's App messages

Image
 Python to automate What's App messages  Send WhatsApp Messages  : We can automate WhatsApp to send messages by running a python script.  Now let's setup  pywhatkit  module and write the code to send WhatsApp message automatically. Install pywhatkit module: To install the pywhatkit module, we can use the pip command: pip install pywhatkit This command will download the  pywhatkit  module. It will take some time as it will download some related modules too. LIKE BELOW SCRIPT WILL RUN AUTOMATICALLY:::: (venv) C:\Users\RCF\PycharmProjects\pywhatkitWhatsAppAutomate>pip install pywhatkit Collecting pywhatkit   Downloading pywhatkit-3.9-py3-none-any.whl (9.1 kB) Collecting beautifulsoup4   Downloading beautifulsoup4-4.9.3-py3-none-any.whl (115 kB)      |████████████████████████████████| 115 kB 6.8 MB/s Collecting wikipedia   Downloading wikipedia-1.4.0.tar.gz (27 kB) Collecting pyautogui   Downloading PyAutoGUI-0.9.52.tar.gz (55 kB)      |████████████████████████████████| 55 kB 90