shaikhsajid1111 / facebook_page_scraper

Scrapes facebook's pages front end with no limitations & provides a feature to turn data into structured JSON or CSV
https://pypi.org/project/facebook-page-scraper/
MIT License
220 stars 66 forks source link

update number of reactions and comments #66

Open ihabpalamino opened 1 year ago

ihabpalamino commented 1 year ago

hello we all know that Number of reactions and comments is updated everyday so does facebook_page_scraper offer this possibility to update . and my second question is can we scrap comments as a text with the name of the user who commented?

thanks

shaikhsajid1111 commented 1 year ago
  1. It just scrapes whatever is there on the front end.
  2. No, such a feature does not exist.
ihabpalamino commented 1 year ago

please if i want to change names of fields of json result how to do it?

shaikhsajid1111 commented 1 year ago

@ihabpalamino It is returning a dictionary with a key whose value is the post's data. So, if you want to change the field right from the source code, you can tweak scraper.py file