retrac752

Results 3 comments of retrac752

I also got ipblocked by newegg for 24 hours after running the bot for about 2 hours

i mean to make the interval random, I'm replacing await page.waitForTimeout(config.refresh_time * 1000) with await page.waitForTimeout((config.refresh_time + (Math.random() * config.refresh_time * 2)) * 1000) this also makes the refresh up...

@Codolophier I changed my code to randomize the time but also noticed and fixed the same bug you did where the bot would check the url for "ShoppingCart" instead of...