scraping posts, their comments(not just the number of comments) and Likes, shares #836
Unanswered
salma-eisa
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
Set |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hello and thank you for your help. I tried the following :
from facebook_scraper import get_posts
get_posts('ameedcoffee', options={"comments": True})
but the only thing i got was :
generator object FacebookScraper._generic_get_posts at 0x000002D7F6EF0B30
am i doing something wrong?
Thanks
…On Mon, Aug 8, 2022 at 11:09 PM Nick Young ***@***.***> wrote:
Set options={"comments": True}. Like: get_posts(page_name,
options={"comments": True})
—
Reply to this email directly, view it on GitHub
<#836 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWNELZ7XJ7AZJ7GF3WVWPQ3VYFZSFANCNFSM555MX2HA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm doing work for a Ph.D. thesis. where I have to collect data and then use it for comment classification. I'm trying to use this program but I don't seem to know how to get the comments.
Beta Was this translation helpful? Give feedback.
All reactions