My bot starts with 50 threads, is there a better way to control the running threads, maybe 20-25 threads run at the same time?
Now I control this with sleep function, 25 threads working for 30 minutes and then sleep for 40 minutes. And when those threads sleeps I run the other 25 threads.
@docker0004 If you try to register an account as is, will there be an error? I mean, maybe you shouldn't have a captcha?
Please attach a test project that reproduces the problem.
@BAS-Viet-Nam solved brother, thanks.. i need dynamic tools for repeat thread without manual setting directory root folder. thanks for help. very thanks π
I think you could use another thread with the browser to accomplish this. And saving the necessary data to a resource / global variable, then using this data in the new thread, whether with the browser or whatever needs to be done.