You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: