OP 03 January, 2025 - 11:54 PM
(This post was last modified: 03 January, 2025 - 11:56 PM by SrReggieKray. Edited 3 times in total.)
"Hello, I am here to present one of the best ways to do OSINT on Instagram.
With this, you will be able to do the following:
(This is with Python, so you’ll need basic knowledge. Anyway, I’ll try to explain it well.)"
-----------------------------------------------------------------------------------------------------------------------------
STEP 1
Fork, clone, or download this repository:
STEP 2
Navigate to the directory:
STEP 3
Create a virtual environment for this project:
STEP 4
Activate the virtual environment:
Run
STEP 6
Open the
file in the
folder and write your Instagram username and password in the respective fields.
Alternatively, you can run the command
to automatically fill in this file.
STEP 7
Run the
script in one of the following ways:
With this, you will be able to do the following:
- Get all the addresses registered by the photos of the target
- Get the captions of the target's photos
- Get the total number of comments on the target's posts
- Get the followers of the target
- Get the users followed by the target
- Get the email addresses of the target's followers
- Get the email addresses of the users followed by the target
- Get the phone numbers of the target's followers
- Get the phone numbers of the users followed by the target
- Get the hashtags used by the target
- Get the target's information
- Get the total number of likes on the target's posts
- Get the type of posts of the user (photo or video)
- Get the descriptions of the target's photos
- Download the user's photos to the output folder
- Download the user's profile picture
- Download the user's stories
- Get a list of users tagged by the target
- Get a list of users who commented on the target's photos
- Get a list of users who tagged the target
(This is with Python, so you’ll need basic knowledge. Anyway, I’ll try to explain it well.)"
-----------------------------------------------------------------------------------------------------------------------------
STEP 1
Fork, clone, or download this repository:
Code:
git clone https://github.com/Datalux/Osintgram.git
Navigate to the directory:
Code:
cd Osintgram
Create a virtual environment for this project:
Code:
python3 -m venv venv
Activate the virtual environment:
- On Windows Powershell:Code:
.\venv\Scripts\activate.ps1
- On Linux and Git Bash:Code:
source venv/bin/activate
Run
Code:
pip install -r requirements.txt
Open the
Code:
credentials.ini
Code:
config
Alternatively, you can run the command
Code:
make setup
STEP 7
Run the
Code:
main.py
- As an interactive prompt:Code:
python3 main.py <target_username>
- Or run your command directly:Code:
python3 main.py <target_username> --command <command>
[font=Times New Roman,Times,serif][color=#c0392b][size=x-large]