kevinzg / facebook-scraper

Scrape Facebook public pages without an API key
MIT License
2.45k stars 633 forks source link

How to not get "You’re Temporarily Blocked" error #1017

Open Yagna27 opened 1 year ago

Yagna27 commented 1 year ago

my code:

for p in get_posts("pagename",extra_info=True,pages=200):

i was getting temporarily blocked in mid of 50 posts ..someone suggests to me what to do?

AnatoleT commented 1 year ago

change regularly account, add delay between requests, it can help I guess.

wangwchcs commented 1 year ago

@Yagna27 I'm having the same issue. Did you figure out how to solve it?