alirezamika / autoscraper

A Smart, Automatic, Fast and Lightweight Web Scraper for Python
MIT License
6.24k stars 654 forks source link

Is there a way to call .sleep() during the build? #68

Closed andrea-dagostino closed 2 years ago

andrea-dagostino commented 2 years ago

What title says. I've been banned from a website after a few tests and was wondering if there's a solution to this. Thanks!

alirezamika commented 2 years ago

Each build is sending one request, so you can put your .sleep() function after each build call if you are looping.