Skip to content
New issue

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

Scraping with Cookies return Nothing #1083

Open
fashan7 opened this issue Jan 18, 2024 · 3 comments
Open

Scraping with Cookies return Nothing #1083

fashan7 opened this issue Jan 18, 2024 · 3 comments

Comments

@fashan7
Copy link
Contributor

fashan7 commented Jan 18, 2024

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

@fashan7
Copy link
Contributor Author

fashan7 commented Jan 18, 2024

Hello
@neon-ninja or @kevinzg or Any other #contributer has any insight on this issue?

I installed the latest V for test

@camwest5
Copy link

I'm having the same issue

@moda20
Copy link

moda20 commented Jan 25, 2024

@fashan7 @camwest5 Please check my fork of this, it does return the full posts with most info : https://github.com/moda20/facebook-scraper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants