Hi there.
I was wondering how I'm able to open a URL, every 15 seconds on 1,000 instances?
So I have 1,000 URLs. The function that I have takes 15 seconds. I do not want the bot to run all functions on 1,000 URLs simultaneously, in case it flags something.
I want the bot to run the function on the 1st URL, then 15 seconds later, it will open the next URL all the way to the end of my list. Possibly some loop?
That's my first question.
Secondly, how am I able to make the instance open without closing?
I was wondering how I'm able to open a URL, every 15 seconds on 1,000 instances?
So I have 1,000 URLs. The function that I have takes 15 seconds. I do not want the bot to run all functions on 1,000 URLs simultaneously, in case it flags something.
I want the bot to run the function on the 1st URL, then 15 seconds later, it will open the next URL all the way to the end of my list. Possibly some loop?
That's my first question.
Secondly, how am I able to make the instance open without closing?