instagrapi icon indicating copy to clipboard operation
instagrapi copied to clipboard

please add a function to get paginated comments of media with public/private API

Open 4bo opened this issue 3 years ago • 2 comments

Currently, there is one function media_comments, which uses v1 API and does not support pagination, Instaloader has a paginated Implementation of GraphQL API. adding this functionality and also pagination for v1 API would make this library more perfect :)

4bo avatar Mar 17 '22 15:03 4bo

Hi, I just wanted to hop on this thread. Currently the media_comments endpoint will return up to 50 comments right? Is there any endpoint using the GraphQL instead of the v1?

emilio-cea avatar Jul 18 '22 14:07 emilio-cea

Hey guys, not sure if that's what you were looking for but I just contributed to the project and added media_comments_chunk method, it's documented here

vltclz avatar Aug 17 '22 22:08 vltclz