hhsm95 / FacebookPostsScraper

Scraper for posts in Facebook user profiles, pages and groups
MIT License
136 stars 54 forks source link

How to collect number of 'reactions'? #5

Open robman1992 opened 4 years ago

robman1992 commented 4 years ago

It would be great if we could see how many likes and other reactions posts have - to sort them by popularity.

Aidin12 commented 4 years ago

i would like to get the Reactions too. So far - I know using nodejs, we can go in Inspect (Developer Tools), hover over the reaction and get the name of the class selector. I dont know how to go further using Python.

hhsm95 commented 4 years ago

I think that if it is possible to do it with this code, at the time I did not implement it because it was not in my interest. Basically this code is designed to monitor profiles, and collecting likes or reactions wasn't in my priorities. So I will check it soon!

cbulagner commented 2 years ago

Hi @hhsm95 , do you have any updates on extracting likes, reactions per posts?