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
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".
)
The text was updated successfully, but these errors were encountered:
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 addoptions = {"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".
)
The text was updated successfully, but these errors were encountered: