mvabdi / vsco-scraper

Easily allows for scraping a VSCO
MIT License
132 stars 25 forks source link

Add sleep between downloading images #16

Closed Pr0j3ct closed 3 years ago

Pr0j3ct commented 3 years ago

It seems I may be scraping profiles too quickly and I am getting rejected by the web server.

crashed HTTPConnectionPool(host='im.vsco.co', port=80): Max retries exceeded with url

I believe adding a sleep for 1-2 seconds between image downloads should avoid this issue.