A graphical interface tool for performing Open Source Intelligence (OSINT) on Instagram profiles. Also Called As Instagram Scrapper
-
Extract user profile information
-
Analyze followers and following lists
-
Project Goal: Develop an advanced tool for gathering information from Instagram using the Instaloader library and a GUI built with Tkinter.
-
Key Features:
- Login and session management
- Profile data extraction
- Downloading comments
- Listing followers and following
- Post insights and analytics
- Get Tagger Username
- Etc
-
Technologies Used:
-
Programming Language: Python
-
Libraries: Instaloader, Tkinter, Tabulate
-
Tools: Proxychains
-
- Clone the repository:
git clone https://github.com/your-username/Instagram-OSINT-Tool.git cd Instagram-OSINT-Tool python3 -m venv venv source venv/bin/activate pip install -r requirements.txt
-
Commands for Running the Project:
sudo apt update sudo apt install tor sudo systemctl start tor sudo apt install proxychains sudo nano /etc/proxychains.conf sudo proxychains python3 main.py