Instagram OSINT: An Instagram Open Source Intelligence Tool
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:
- Username
- Profile Name
- URL
- Followers
- Following
- Number of Posts
- Bio
- Profile Picture URL
- Is a Business Account?
- Connected to a FB account?
- External URL
- Joined Recently?
- Business Category Name
- Is private?
- Is Verified?
- Downloads Public Photos
Installation
git clone https://github.com/sc1341/InstagramOSINT.git
cd InstagramOSINT
pip3 install -r requirements.txt
Use
python3 main.py –username USERNAME
Please note that InstagramOSINT.py is for importing as a python module, this is for use in custom applications and not to be run from the command line
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!
Suggestion: Instagram Video Downloader
Source: https://github.com/sc1341/