Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The number of reactions remains at 0 #92

Open
uroux opened this issue Jan 6, 2024 · 1 comment
Open

The number of reactions remains at 0 #92

uroux opened this issue Jan 6, 2024 · 1 comment

Comments

@uroux
Copy link

uroux commented Jan 6, 2024

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)
@shaikhsajid1111
Copy link
Owner

Hi @uroux Sorry for the late reply Yes, language is a blocker for parsing reactions here. Please consider using proxies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants