How to Send Automated Message on Whatsapp

Sending automated messages on WhatsApp can be a convenient way to streamline communication and save time. by leveraging various tools and techniques, you can automate the process of sending messages to individuals or groups on WhatsApp.

One method involves using third-party automation tools or scripts that interact with the WhatsApp Web interface. These tools typically allow you to schedule messages or set up triggers for sending messages automatically at specific times or in response to certain events.

Alternatively, if you’re a developer or have coding knowledge, you can create custom scripts or programs using APIs provided by WhatsApp or third-party services. These APIs enable you to integrate WhatsApp messaging capabilities into your applications, allowing for automated message sending based on predefined logic or user interactions.

Requirements:

How to Send Automated Messages on Whatsapp:

  • Download Yowsup-cli, Extract the zip and Copy the folders Yowsup and Examples on sl4a folder
/sdcard/sl4a/scripts
  • Download python-dateutil, Extract the tar and copy the folder dateutil on
/sdcard/sl4a/scripts/Yowsup/Common
  • Download wa_scripts.rar, open and copy the _wa_code.py, _wa_reg.py, wa_send.py files on
/sdcard/sl4a/scripts/
  • Open _wa_code.py modify these lines with your country code and phone number and save and Register
  • Open SL4A and Run _wa_code.py script. It should send You a SMS code with This Format (XXX-XXX). Copy the code without “-“. You will use it on Next step. It could take some time.
  • If you do not Receive the SMS, could try with this https://coderus.openrepos.net/whitesoft/
  • Register the code: open _wa_reg.py, modify these lines with your country code,phone number code , save and run.
  • If you successfully register, Whatsapp will generate a password for you, which will be displayed in the command output. Copy the pw (password) and paste on file
  • wa_send.py like this:
    login = “584247777777”
    phone = “584147777777”
    message = “Test WhatsApp #1”
    countryCode = “58”
    method = “sms”
    identity = “”
    password = “MDAwMDAwMDAwMA==”
  • Now you could Run wa_send.py script on SL4A to test if it works.
  • create a task in Tasker like this:

Source: XDA