chenjr0719 / Facebook-Page-Crawler

A Python crawler uses Facebook Graph API to crawling fan page's public posts, comments, and reactions.
MIT License
153 stars 62 forks source link

Does not scrape nested comments #9

Open SachinPendse opened 5 years ago

SachinPendse commented 5 years ago

Hi all! Thank you so much for making this amazing tool and releasing it to the public.

I am using it to test scraping data from my public page, and realized that the comments feature only gets the most top level comments (and not nested comments). I assume that I can play around with the API calls to get the nested comments (e.g. adding the comment_id/comments parameter to each call for each individual comment). Is there a quicker way to do it?

Thanks again!