facebook-scraper icon indicating copy to clipboard operation
facebook-scraper copied to clipboard

No comments are scraped

Open RRaphaell opened this issue 2 years ago • 3 comments

I'm using options in this way and as I know it should scrape comments as well. did I get it wrong?

options={"comments": True, 
       "reactors": True, 
       "posts_per_page": 10, 
       "allow_extra_requests": False,
       "sharers": True},

RRaphaell avatar Aug 02 '22 18:08 RRaphaell

Fetching comments requires extra requests, so allow_extra_requests set to False would disable it

neon-ninja avatar Aug 02 '22 21:08 neon-ninja

then if I use allow_extra_requests=True do I still need comments=True?

RRaphaell avatar Aug 02 '22 21:08 RRaphaell

Yes

neon-ninja avatar Aug 02 '22 21:08 neon-ninja