Code Monkey home page Code Monkey logo

instagramosint's Introduction

Instagram OSINT Tool

The Instagram OSINT Tool gets a range of information from an Instagram account that you normally wouldn't be able to get from just looking at their profile

The information includes:

  1. Username
  2. Profile Name
  3. URL
  4. Followers
  5. Following
  6. Number of Posts
  7. Bio
  8. Profile Picture URL
  9. Is Business Account?
  10. Connected to a FB account?
  11. External URL
  12. Joined Recently?
  13. Business Category Name
  14. Is private?
  15. Is Verified?
  16. Downloads Public Photos

Usage

Note: You must use python3.6 or greater due to the use of "f" strings

  1. pip3 install -r requirements.txt
  2. python3 main.py --username USERNAME

Please note that InstagramOSINT.py is for importing as python module, this is for use in custom applications and not to be run from the command line

Output

The output format is a dict/json inside of a txt file in the directory created for the profile that you scanned

API InstagramOSINT.py Usage

This is useful when trying to apply this codebase to any projects. The API is really simple to use and uses python features to make it easier to use such as indexing

Examples:

from InstagramOSINT import *

instagram = InstagramOSINT(username='USERNAMEHERE')

print(instagram.profile_data)

print(instagram['Username'])

instagram.print_profile_data()

instagram.save_data()

instagram.scrape_posts()

Disclaimer

I am not responsible for anything you do with this tool that could be considered illegal. Do not break the law!

instagramosint's People

Contributors

sc1341 avatar loganmeetsworld avatar richardwessels avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.