Git Product home page Git Product logo

instagramosint's Introduction

Instagram OSINT Tool - Archive

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. This repository has been archived.

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

loganmeetsworld avatar richardwessels avatar sc1341 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

instagramosint's Issues

Usage

Could you maybe explain how to use it?

UnicodeEncodeError

Note that this script works using cmd on Windows 10, however, it does not run when using gitBash.

python main.py --username valid_instagram_user

Traceback (most recent call last):
  File "main.py", line 201, in <module>
    main()
  File "main.py", line 192, in main
    print(colors.OKBLUE + banner + colors.ENDC)
  File "C:\Users\xxxxx\AppData\Local\Programs\Python\Python37-32\lib\encodings\cp1252.py", line 19, in encode
    return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode characters in position 9-15: character maps to <undefined>

After commenting out everything that has to do with the colors class, I get this error.

$ python main.py --username valid_instagram_user
[*] Starting Scan on valid_instagram_user
Saved data to directory C:\Users\xxxxx\Documents\Tools\OSINT\InstagramOSINT\valid_instagram_user
---------------------------------------------
Results: scan for valid_instagram_user on Instagram
Username: valid_instagram_user
Traceback (most recent call last):
  File "main.py", line 201, in <module>
    main()
  File "main.py", line 197, in main
    osint = InstagramOSINT(username=args.username[0], downloadPhotos=args.downloadPhotos)
  File "main.py", line 97, in __init__
    self.print_data()
  File "main.py", line 170, in print_data
    print(key + ':' + value)
  File "C:\Users\xxxxx\AppData\Local\Programs\Python\Python37-32\lib\encodings\cp1252.py", line 19, in encode
    return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\U00013153' in position 13: character maps to <undefined>

Arguments Required

When I try to search for an account with this command:
python3 main.py username

I get this error:
main.py: error: the following arguments are required: --username

Typo in Code Page

Capture

"pip3 install -r requriments.txt" should be changed to "pip3 install -r requirements.txt"

Wont get all images

I used this tool (with --downloadPhotos) on someone with ~70 posts, but it only downloaded 11. Is there a reason for this?

Username not found

Hi,
I'm currently trying to test this tool but I have a problem. I try to run the tool on 2 existing Insta account but the two times the tool send a "Username not found" message...
Did I have to specify my username and pass in the tool to run it?
Where does the error come from?
Thanks for your help!

how to fix this error?

python3 main.py
File "main.py", line 50
print(colors.OKGREEN + f"[*] Starting Scan on {self.username}" + colors.ENDC)
^
SyntaxError: invalid syntax

Requirements.txt

Can you create a requirements.txt to easily install all dependencies
Thank's !

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.