instagrapi
instagrapi copied to clipboard
please add a function to get paginated comments of media with public/private API
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 :)
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?
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