-
Notifications
You must be signed in to change notification settings - Fork 640
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
How to get Comments and reactions ? #132
Comments
that function is for internal use only, the comment for usage in code is old version |
Where do I have to add the 'extra_info' line? Do I have to modify any file from the facebook-scraper folder? |
for example: |
Thank you for your response, yes i arrived to collect reactions using 'extra_info' parameter,,but i need the comments for each post , do you have any idea how can i extract them ? thank you. |
The extra_info starts acting up when analyzing long sets of data for me. |
I think this is the most helpful one https://github.com/rugantio/fbcrawl |
Hello,
Thank you so much for your great work, i get posts , but i failed to get comments of posts ? and reactions ?
can you help me pleaase !!
i get this error when i try to get reactions :
more_info_post = extractors.extract_reactions(post)
AttributeError: module 'facebook_scraper.extractors' has no attribute 'extract_reactions'
when i execute this code :
for post in get_posts('fanpage'):
more_info_post = fetch_share_and_reactions(post)
print(more_info_post)
Thank you, this is my email : [email protected].
The text was updated successfully, but these errors were encountered: