Page 1 of 1

WhatsApp Scheduler

Posted: 04 Aug 2020 09:09
by gilanxcheetz
is it possible to schedule Whatsapp Status/Story with automagic?
.
or maybe others 3rd parties apps?

Re: WhatsApp Scheduler

Posted: 05 Aug 2020 01:41
by Desmanto
Yes, but there will be UI distraction, as the phone need to be turned on, unlocked, perform the task in Whatsapp using accessibility, then locked again (if needed). Whatsapp doesn't provide direct API to change it.

Use the same method as sending text to any contact, except, at there, change the part to select name to status. viewtopic.php?f=5&t=7211#p20298

You need to use Control UI to modify the script to your need : viewtopic.php?f=6&t=7320

For Story update, it is the same, except you need to change the Data MIME from text/plain to image/* , and the extra from text to Stream.

Code: Select all

putUri("android.intent.extra.STREAM", "file:///storage/emulated/0/Download/test.jpg")