Automate Reward Click Sequences
Employer not named by the sourceRemote
Frontier is not the employer and does not collect applications.
About this role
JavaScript, Python, Mobile App Development, Android, Software Development, Scripting, Mobile Development, Automation · I have several mobile gaming apps that offer daily rewards after you tap through a predictable series of on-screen buttons. Manually repeating the same taps across each game is time-consuming, so I want a small automation script that can reproduce those clicks for me in each app and loop them whenever I run it.
Key points • The taps span multiple games, not a single title, so the script should let me define independent coordinates (or image targets) for each app. • Right now I only need tap automation; however, I may add other gestures later, so please structure the code so extra actions can be dropped in without rewriting everything. • Mobile-friendly tools such as ADB, Appium, AutoTouch, or a lightweight Python wrapper are all fine—as long as setup remains simple and works on both Android 12 and 13.
Deliverables 1. Source script with clear comments. 2. A short README that shows how to edit coordinates, launch the loop, and stop it safely. 3. Quick-demo video (screen-capture) proving the taps trigger the reward in at least two games.
Acceptance criteria • Runs on an unrooted Android device. • Executes the full reward path inside each specified game with no man