question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to get comments from specific or single group post?

See original GitHub issue

Hi. I’ve tried to scrape posts and comments from group, but the code stops after 50-60 posts (normally with exit code 0). Then I’ve got list of post_ids using selenium and BeautifulSoup. However, when I trying to use get_posts() method with group post id (post_urls=my_id_list) I’ve got only post data, not comments (comments_full list is empty). Adding options={"comments":True} didn’t help. Is there a way to get single post from FB group with its comments? Update. Now I cannot get comments from group posts using previously worked method get_post(group=my_group, extra_info=True, options={"comments":True}). P.S. locale is set to “en_US”.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:14

github_iconTop GitHub Comments

1reaction
Dennis1989commented, Jun 27, 2021

Thank you ninja. Works fine for me now!

0reactions
neon-ninjacommented, Jun 27, 2021

https://github.com/kevinzg/facebook-scraper/commit/797ba595e53020fed139cd35cb5b6bfcbfb85f89 should make comment pagination work in languages other than English

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to view comments by a particular person only on ... - Quora
yes. Go to Facebook, and go to the search box at the top of the page (with the spyglass in the box). Then...
Read more >
How do I sort comments in a Facebook group?
Tap in the top right of Facebook and tap Groups then Your groups, then select your group. If you don't see Groups, tap...
Read more >
How to find comments made by someone on Facebook?
If you remember a specific user by name, you could type in “comments made by <user>” in the Facebook search bar. You can...
Read more >
How can I search for Comments made to Posts I have made in ...
I find that comments to posts I have made (on my wall or to FB Groups) get buried among all the Likes and...
Read more >
How to get group posts and their comments from Workplace ...
I know I can get all the posts in a group using the Graph API endpoint /group-id/feed . And I know I can...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found