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

The options of obtaining "reactions" and "reactors" are separated

Open Eitol opened this issue 1 year ago • 1 comments

Currently, in order to obtain the reactions it is necessary to pass the "reactors" option, the problem with this is that to search for the reactors you have to make additional requests, whereas for the reactions you only have to make an additional request. In the event that we do not want to know the individual reactors but the reactions, it is important to separate the options.

Eitol avatar May 05 '24 15:05 Eitol

@Eitol sorry for getting to this a bit late, but have you actually tested the reactions and reactors scraping ? does it work ? can you paste a small testing script ? from my own testing it i get this error :

Exception while extracting reactions: KeyError('reactors')

it seems the m.facebook url is not returning anything but that might be just that there is no one reacting to the post in question.

moda20 avatar May 15 '24 20:05 moda20

I made my own scraper and I'm not going to use this repo anymore. I close the PR. Thanks https://github.com/Eitol/facebook_simple_scraper

Eitol avatar Jun 06 '24 03:06 Eitol