-
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
can't get full content post in pulic group #165
Comments
I edited the post_story_regex section to get the group's long posts |
@LiuSiu Change that line from extractors.py right? Is it still working for you? Coz it's not working for me. |
https://m.facebook.com/groups/lienminhnongnghieptute/permalink/819349405312820/ seems to be specific post you're having a problem with The python code: posts = list(get_posts(post_urls=["https://m.facebook.com/groups/lienminhnongnghieptute/permalink/819349405312820/"]))
for post in posts:
print(post.get("post_id"), post.get("time"), len(post.get("text"))) returns 819349405312820 2021-02-18 15:58:08 1807 Are you sure your spreadsheet program (Excel?) isn't suppressing the rest of the output? Maybe try look at the CSV in a regular text editor |
@Tim1702 you try change 2 line code |
@neon-ninja Thank you, I can get all post with change 2 line code |
same issue, cant get full post from page public |
@itachi1988 what page, what post? |
Thank for reply. |
for post in get_posts('voatiengviet/posts/10158240181443008'):
print(post.get("post_id"), post.get("time"), len(post.get("text"))) returns 10158240181443008 2021-04-15 19:00:02 8686
10158242126303008 2021-04-16 14:08:36 305
10158241437138008 2021-04-16 13:30:01 996
10158241486168008 2021-04-16 13:00:01 366 On my machine. If you get a different result, perhaps try passing in cookies? |
Hi all !
I come from Vietnam.
Currently I run this facebook-scaper program to get posts from public group, but there are some long posts that are not shown.
groupid: lienminhnongnghieptute
The text was updated successfully, but these errors were encountered: