facebook_page_scraper icon indicating copy to clipboard operation
facebook_page_scraper copied to clipboard

The number of reactions remains at 0

Open uroux opened this issue 6 months ago • 1 comments

Hello, The proposed script works very well so far. However, the reactions (likes, love, haha, etc.) remain at 0. Is it because of Facebook's language? If so, I've set it to English. However, the pop-ups remain in French when scraping. Any advice? Thanks for helping!

#import Facebook_scraper class from facebook_page_scraper
from facebook_page_scraper import Facebook_scraper

#instantiate the Facebook_scraper class

page_name = "ffkarate"
posts_count = 10000
browser = "firefox"
proxy = "user:password@IP:PORT" #if proxy requires authentication then user:password@IP:PORT
timeout = 100000 #600 seconds
headless = False
meta_ai = Facebook_scraper(page_name, posts_count, browser, proxy=proxy, timeout=timeout, headless=headless)

uroux avatar Jan 06 '24 00:01 uroux