How to install Osintgram & Instagram using Termux
Welcome back in my new amazing blog. This article give you amazing information
about the project. This project name vare calling "The Osintgram tool" without
Termux
What is osintgram
Osintgram is a OSINT tool on Instagram. It offers an interactive shell to
perform analysis on Instagram account of any users by its nickname
Usages and Commands
- addrs Get all registered
addressed by target photos
- captions Get user's photos captions
- comments Get total comments of target's
posts
- followers Get target followers
- followings Get users followed by target
- fwersemail Get email of target followers
- fwingsemail Get email of users followed by target
- fwersnumber Get phone number of target followers
- fwingsnumber Get phone number of users followed by
target
- hashtags Get hashtags used by target
- info Get target info
- likes Get total likes of
target's posts
- mediatype Get user's posts type (photo or
video)
- photodes Get description of target's
photos
- photos Download user's photos in
output folder
- propic Download user's profile
picture
- stories Download user's
stories
- tagged Get list of users tagged by
target
- wcommented Get a list of user who commented
target's photos
- wtagged Get a list of user who tagged
target
Now let's see how to install Osintgram tool in
Termux
Installation:)
pkg update && pkg upgrade
pkg install git
pkg install python
termux-setup-storage
#copy & paste this command
git clone https://github.com/Datalux/Osintgram.git
cd Osintgram
python3 -m venv venv
pip install -r requirements.txt
#aftrt_all_done#rajbhx
#login_in_with_instagram
make setup
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
As an interactive prompt python3 main.py <target username>
Or execute your command straight away python3 main.py <target
username> --command <command>
Disclaimer: FOR EDUCATIONAL PURPOSE ONLY! The contributors do not assume any
responsibility for the use of this tool.
Warning: It is advisable to not use your own/primary account when using this
tool.