How To Send Whatsapp Auto Message

Who doesn’t like auto messages! I hope you do as much as I love to receive and send messages automatically. Building WhatsApp auto messages with Python is very simple. Basically, this tutorial is divided into two parts, Environment setup guide and writing a simple python code to send messages. This tutorial can also be extended to WhatsApp groups.

Environment Setup Guide

To build or create a WhatsApp auto message, you should have a WhatsApp account. The below steps should take few minutes to create your first WhatsApp auto message. Let’s get started:

Step 1: Download and install latest version of Python. Download the python-3.x.x-amd64.exe file.

Step 2: Run as Administrator 


Step 3: Click in check box to add path variable

Step 4: End of the installation close the window

Step 5: Open CMD on your machine. Type python --version in that. If it shows the version of Python, then your installation process is success.




Comments