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

osint

Here are 840 public repositories matching this topic...

jofpin
jofpin commented Jan 22, 2020

It has been a pleasure for me to contribute to all of you 2 versions of this tool.

I've been working on other open source projects that I'm about to release for you, so I haven't finished trape version 3.0.

But, I invite you and the entire community that has used this project, to collaborate with some lines of code, implementing your own ideas and improving trape, turning it into a project o

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 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 topic, visit your repo's landing page and select "manage topics."

Learn more