We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello
from facebook_scraper import get_posts for post in get_posts('100070464731127', pages=3, timeout=90, cookies="cookies.txt"): print(post) #return nothing after exiting the loop
from facebook_scraper import get_posts for post in get_posts('erbil.bel', pages=3, timeout=90, cookies="cookies.txt"): print(post) #return nothing after exiting the loop
for post in get_posts("akabarkarbala",options={"comments": True, "reactions": True,"allow_extra_requests": True},extra_info=True, pages=10, cookies="cookies.txt"): print(post) #return nothing after exiting the loop
Any other way to scrape using this library, Or am i missing something
The text was updated successfully, but these errors were encountered:
Hello @neon-ninja or @kevinzg or Any other #contributer has any insight on this issue?
I installed the latest V for test
Sorry, something went wrong.
I'm having the same issue
@fashan7 @camwest5 Please check my fork of this, it does return the full posts with most info : https://github.com/moda20/facebook-scraper
No branches or pull requests
Hello
Any other way to scrape using this library, Or am i missing something
The text was updated successfully, but these errors were encountered: