Get post comments #14

Closed
opened 2021-07-30 05:50:05 +02:00 by Ghost · 1 comment

Hi, i am trying to get the comments in a post on instagram and i found you package, i was reading the function -> get Post Comments and i don't understand the parameters "maxCount" and "pageId". i did not found information about it. I apreciate you work and i would like you answer.

`InstaClient.getPostComments(**shortcode**, **maxCount**, **pageI**d)
.then(posts => console.log(posts))
.catch(err => console.error(err));`
Hi, i am trying to get the comments in a post on instagram and i found you package, i was reading the function -> get Post Comments and i don't understand the parameters "maxCount" and "pageId". i did not found information about it. I apreciate you work and i would like you answer. `InstaClient.getPostComments(**shortcode**, **maxCount**, **pageI**d) .then(posts => console.log(posts)) .catch(err => console.error(err));`

Hello, getPostComments is one of many paginated getters that work the same way and are documented at the top of the section.

Hello, `getPostComments` is one of many [paginated getters](https://git.kaki87.net/KaKi87/ig-scraper#paginated-getters-require-authentication) that work the same way and are documented at the top of the section.
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: KaKi87/scraper-instagram-v1#14
There is no content yet.