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

Get comments from given post #51

Open
1 of 2 tasks
kaanyagci opened this issue Jul 10, 2021 · 0 comments
Open
1 of 2 tasks

Get comments from given post #51

kaanyagci opened this issue Jul 10, 2021 · 0 comments
Assignees
Labels
Projects

Comments

@kaanyagci
Copy link
Contributor

kaanyagci commented Jul 10, 2021

For instance, we're scraping only messages published in a Facebook Group. We need to get comments on this message and comments on a comment.

{
id: String,
parent: String,
author: String,
content: String
}

The id the id of the comment (that we got as for post from the date's link href) ,parent will be the id of the parent, id will be the id of the comment, author the name of the author and content the content of the comment.

@kaanyagci kaanyagci added the P2 label Jul 10, 2021
@kaanyagci kaanyagci self-assigned this Jul 10, 2021
@kaanyagci kaanyagci added this to P1 in npm module via automation Jul 10, 2021
@kaanyagci kaanyagci moved this from P1 to P2 in npm module Jul 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

1 participant