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

Group crawl not working #37

Open
aisen0921 opened this issue Mar 21, 2024 · 0 comments
Open

Group crawl not working #37

aisen0921 opened this issue Mar 21, 2024 · 0 comments

Comments

@aisen0921
Copy link

I use the group sample code to test, like this:
import facebook_crawler groupurl = 'https://www.facebook.com/groups/pythontw' data = facebook_crawler.Crawl_GroupPosts(groupurl, until_date='2024-03-16')

but terminal output is:
break_times: 1 break_times: 2 break_times: 3 break_times: 4 break_times: 5 break_times: 6 {'payload': {'actions': [{'cmd': 'replace', 'target': 'm_more_item', 'html': '<div id="m_group_stories_container"><section class="_7k7 storyStream _2v9s"><article class="_55wo _5rgr _5gh8 async_like" data-store="&#123;&quot;linkdata&quot;:&quot;encrypted_tracking_data.0AY-jkox4EoERI_Na4x5yRAtPJlv1bzWYB1fOdJgX93E3eVPrMfEyIkvmVjYXzJmG2dKomyh5AfYXxjhk30Nv7YI........
(I split it up because it was too long.)

The 'payload ' only has the content of the first post, how can I capture all posts?

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

1 participant