Looking for App install bot

Oreos Are Bae

Junior Member
Joined
Dec 10, 2015
Messages
134
Reaction score
28
Looking for someone that can help me I am looking for an app install bot where I can just put in my url then it will create virtual machines and install my app on them can any one help me with that thank you
 
Hmm sounds like you're doing some dodgy shit. Anyways, none of my buisness.

I know how you can achieve 2/3 of everything you want.
You can download apps from the PlayStore programatically with this lib: https://github.com/matlink/gplaycli

You can install apps with the Android debugging bridge (ADB).

The last step is pretty unrealistic. You can't just create an infinite amount of VMS. Do you even know what resources they take (disk space, RAM, etc...).

A workaround I'd suggest is trying to figure out how an android App distincts one android device from another and try to trick the emulator in changing those variables.

The only problem is that I doubt that what you have in mind is according to rules and maybe even more important, I don't know if you have the technical skills to execute on this. Anyways I hope this helps you.
 
Hmm sounds like you're doing some dodgy shit. Anyways, none of my buisness.

I know how you can achieve 2/3 of everything you want.
You can download apps from the PlayStore programatically with this lib: https://github.com/matlink/gplaycli

You can install apps with the Android debugging bridge (ADB).

The last step is pretty unrealistic. You can't just create an infinite amount of VMS. Do you even know what resources they take (disk space, RAM, etc...).

A workaround I'd suggest is trying to figure out how an android App distincts one android device from another and try to trick the emulator in changing those variables.

The only problem is that I doubt that what you have in mind is according to rules and maybe even more important, I don't know if you have the technical skills to execute on this. Anyways I hope this helps you.
@NG-neer are you still in this forum?
 
Back
Top