Scraping with Cookies return Nothing
fashan7 opened this issue · 3 comments
fashan7 commented
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 commented
Hello
@neon-ninja or @kevinzg or Any other #contributer has any insight on this issue?
I installed the latest V for test
camwest5 commented
I'm having the same issue
moda20 commented
@fashan7 @camwest5 Please check my fork of this, it does return the full posts with most info : https://github.com/moda20/facebook-scraper