Instainfo is a OSINT tool on Instagram Made in Python. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname it provides alot of functionalities
Fork/Clone/Download this repo
git clone https://github.com/evildevill/instainfo.git
Navigate to the directory
cd instainfo
Create a virtual environment for this project
python3 -m venv venv
.\venv\Scripts\activate.ps1source venv/bin/activateRun pip install -r requirements.txt
Open the credentials.ini file in the config folder and write your Instagram account username and password in the corresponding fields
Alternatively, you can run the make setup command to populate this file for you.
Run the main.py script in one of two ways
python3 instainfo.py <target username>python3 instainfo.py <target username> --command <command>