Temporarily Blocked Issue. Hope "sleep" parameter could be done asap.
lynyanny opened this issue · 0 comments
lynyanny commented
Thanks for this amazing tool for scraping fb posts. But my account is always temporarily blocked when I use get_posts_by_search
. I tried to add options = {"posts_per_page": 200}
but still not work well.
Would you pls give me some good advice to solve this issue? Appreciate a lot.
posts = get_posts_by_search(word=searchquery,
credentials= (login_name,login_pswd),
page_limit=postnumber,
options = {"posts_per_page": 200},
sleep = 5 #This parameter is removed and I see it in init.py as a "TODO".
)