You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am extracting the "text" field from the posts on a single page. I can scrape about 120 posts on that page before being blocked. I tried adding a sleep(5) delay in my "for post in get_posts():" loop, but that didn't make any difference. What strategies are others using to avoid temporary blocking?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am extracting the "text" field from the posts on a single page. I can scrape about 120 posts on that page before being blocked. I tried adding a sleep(5) delay in my "for post in get_posts():" loop, but that didn't make any difference. What strategies are others using to avoid temporary blocking?
Beta Was this translation helpful? Give feedback.
All reactions