Option to Pull Top Comments of Media instead of newest Comments? #1943
Unanswered
Pipasgonzalez
asked this question in
Q&A
Replies: 1 comment
-
|
you can change the library, the comment.py has "Params" set to "None" (change it to: params = {'sort_order': 'popular'}) as far as i know, but i tried and it didn't work for me, but maybe you have more of an idea. Let me know if you figured something out! |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
As the title suggests, I would like to know if there is some parameter I have not yet seen for the function media_comments that allows me to retrieve the top N comments (from amount of like), instead of the newest comments as is default.
Beta Was this translation helpful? Give feedback.
All reactions