- Oct 6, 2020
- 2,626
- 9,931
I need a small android emulator automation service.
Tasks:
Make a node.js app that would:
- open a webserver with Rest API that would receive account data(username/password/2fa)
- launch a new workerThread (limited to 6 workers at same time)
- create and boot up android emulator (LDPlayer or similar)
- install apk from specified path
- boot up appium and connect to emulator
- login an account by username, password
- submit 2fa code
- click 2 buttons, allow access to camera
- stream a video from fake webcam for 30 seconds(Obs for fake cam?)
- click another button
- Wait for result, submit the result to external API
- Logout account
- Close & delete emulator
Requirements:
- Every action of the process should be logged in a separate logfile.
- All accounts will have the same video stream, no need to select/create unique streams.
- All actions and task itself should be timeout aware
AI usage(claude or codex) usage is encouraged.
Deadline: 3-4 days
Tasks:
Make a node.js app that would:
- open a webserver with Rest API that would receive account data(username/password/2fa)
- launch a new workerThread (limited to 6 workers at same time)
- create and boot up android emulator (LDPlayer or similar)
- install apk from specified path
- boot up appium and connect to emulator
- login an account by username, password
- submit 2fa code
- click 2 buttons, allow access to camera
- stream a video from fake webcam for 30 seconds(Obs for fake cam?)
- click another button
- Wait for result, submit the result to external API
- Logout account
- Close & delete emulator
Requirements:
- Every action of the process should be logged in a separate logfile.
- All accounts will have the same video stream, no need to select/create unique streams.
- All actions and task itself should be timeout aware
AI usage(claude or codex) usage is encouraged.
Deadline: 3-4 days