WhiteboyWelch
Newbie
- May 27, 2015
- 12
- 0
Have a business I’m running and currently doing everything manually. I know it can be automated as others have done it, just trying to get my own version. Will function with an android emulator, either blue stacks or LDPlayer. The function itself wouldn’t be too complicated. It would be a repetitive like 7 step process. And then repeat. However I would like it to be integrated with some sort of api I can access while not at my computer such as google
Docs or something so I can add customer information to it without being glued to my desk. If you can handle this, please let me know what your rate is. I kinda have a half assed version of it thought out just without defined variables.'
Please PM Me if you can do it!
Bonus points if it doesnt use my mouse and keyboard so I can utilize my pc while it runs.
Something that would be related to:
url = task_details["url"]
total_cycles = task_details["totalCycles"]
bot_count = task_details["botCount"]
current_cycle = 0
if (current_cycle == 0):
setup_environment(14)
setup_notepad(3)
click_link_1(3) #Initial setup = 14 + 3 + 3 = 20s
checkpoint_logo(4,10)
#wait(15)
clear_storage(8)
checkpoint_clear_storage(1,3)
current_cycle += 1
updateLog()
while(current_cycle==total_cycles):
# Check which phone it's on and keep switching
if(is_phone_1):
switch_to_phone_2(10)
else:
switch_to_phone_1(10)
switch_to_back_to_notepad_after_clear_storage(2)
click_link_1(3)
checkpoint_logo(4,10)
# wait(15)
clear_storage(8)
current_cycle += 1
updateLog()
[/SPOILER]
Docs or something so I can add customer information to it without being glued to my desk. If you can handle this, please let me know what your rate is. I kinda have a half assed version of it thought out just without defined variables.'
Please PM Me if you can do it!
Bonus points if it doesnt use my mouse and keyboard so I can utilize my pc while it runs.
Something that would be related to:
url = task_details["url"]
total_cycles = task_details["totalCycles"]
bot_count = task_details["botCount"]
current_cycle = 0
if (current_cycle == 0):
setup_environment(14)
setup_notepad(3)
click_link_1(3) #Initial setup = 14 + 3 + 3 = 20s
checkpoint_logo(4,10)
#wait(15)
clear_storage(8)
checkpoint_clear_storage(1,3)
current_cycle += 1
updateLog()
while(current_cycle==total_cycles):
# Check which phone it's on and keep switching
if(is_phone_1):
switch_to_phone_2(10)
else:
switch_to_phone_1(10)
switch_to_back_to_notepad_after_clear_storage(2)
click_link_1(3)
checkpoint_logo(4,10)
# wait(15)
clear_storage(8)
current_cycle += 1
updateLog()
[/SPOILER]
Last edited: