| Feb | MAR | Apr |
| 31 | ||
| 2020 | 2021 | 2022 |
COLLECTED BY
Collection: github.com
loader = Instaloader()
insta_post = Post.from_shortcode(loader.context, SOME_POST_SHORTCODE_HERE)
comments = insta_post.get_comments()
# later logics here
it gives me a fine iterator of PostComment objects. for every comment you could use following attribu
Read more
feature suggestion
good first issue
Open