Write macros

Azat85

New member
Help me write a macro to log in to 2 sites using my login. Next, another macro is needed to view sites while waiting for a captcha, and then loop the whole thing. Please!!!
Who will help?
 

AkashiDom

Active member
I don't think macrodroid can become a server.
I ever did it before using my HTML website, it's only supports one way(from client to server).
Unless...

Your website is a server itself and have Webhook api to control file in it. Then, everytime stuff happen like login, it'll call Webhook to your macro. Then for returning it to the client, server can do that job.

However, you need coding skills like PHP or SQL(I think).
Honestly, I can't help because it's almost impossible.
 

Endercraft

Moderator (& bug finder :D)
About that... Maybe it's possible within Termux to run a server but I wouldn't bother trying.
 

Azat85

New member
You misunderstood me. I set the string variable a = my email. Next, interact with the interface by clicking in the login field. The macro clicks, the cursor appears, the keyboard comes out. Then comes the command to insert variable a. And nothing is inserted. How to fix it?
 

AkashiDom

Active member
You misunderstood me. I set the string variable a = my email. Next, interact with the interface by clicking in the login field. The macro clicks, the cursor appears, the keyboard comes out. Then comes the command to insert variable a. And nothing is inserted. How to fix it?
You everytime you login, you'll enter your email?
 
Top