The Wayback Machine - https://web.archive.org/web/20210614153312/https://github.com/topics/osint-python
Skip to content
#

osint-python

Here are 90 public repositories matching this topic...

ashkan-khd
ashkan-khd commented Dec 12, 2020

Hello. I'm new to instaloader.
I've been using the following code to get a list of comments on a specific post:

    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

ivre

Improve this page

Add a description, image, and links to the osint-python topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the osint-python topic, visit your repo's landing page and select "manage topics."

Learn more