WhatsApp Automation : Free Source Code

prajinpraveen

Active Member
Licensed User
Longtime User
Brilliant.

Does it handle multiple messages arriving at the same time and do different messages run on their own threads.
Thank you
 

sfsameer

Well-Known Member
Licensed User
Longtime User
Brilliant.

Does it handle multiple messages arriving at the same time and do different messages run on their own threads.
Thank you
Yes it does because each message has its own notification so the app opens each notification separately, also the opening the message + search for replies + replying either image or text + closing the whats app would take about 1-2 seconds which means it's very fast and it won't have any problem incase many messages came at the same time.

:)
 

sfsameer

Well-Known Member
Licensed User
Longtime User
The Project is now for free :)

Download the source code (Copy & Paste the URL in your Browser) :
http://b4xcode.com/fs/cwork/whatsappauto/whatsappauto.rar

It contains:
1- The source code
2- the full documentation
3- NotificationListener Library (copy and paste it in your B4A internal Libraries)
4- resAccessibility2

**Please read the documentation carefully and follow step by step.

:)
 

sfsameer

Well-Known Member
Licensed User
Longtime User
Hello,

Our website B4XCode.com is down for maintenance from our service provider side, will be back online within 24 hours.
Sorry for the inconvenience

Thank you,
Saif
Hello,

Our website is back online, and now you could download the source code again

:)

Thank you,
Saif
 

Beja

Expert
Licensed User
Longtime User
Hi Saif,
Thanks for the great work always.. question is, is there any limit to the number of options that can list? asking because this great app could be used as professional AVR.
 

sfsameer

Well-Known Member
Licensed User
Longtime User
Hi Saif,
Thanks for the great work always.. question is, is there any limit to the number of options that can list? asking because this great app could be used as professional AVR.
Hello dear,

No there is no limit, you can enter as many options and answers as you like :)
 

Beja

Expert
Licensed User
Longtime User
@sfsameer
Thanks for the like : )
AVR (Automated Voice Response) may also mean A/V recorder
 

sfsameer

Well-Known Member
Licensed User
Longtime User
Hi @sfsameer, Thank you for the source code. I want to ask, is it possible to use Accessibility services to capture USSD and respond to them as well?
These guys were able to achieve that to automate USSD https://www.usehover.com/
Hello,

Accessibility service is pretty much able to perform any action on the android, meaning you can tell the service to click on the phone, dial the USSD and enter the number and dial it again, all of that would be automated.

BUT the capturing is not made in accessibility service, you will have to build a background service to access the USSD options and replies.

We will look into 😊

Thank you,
Saif
 
Top