Skip to content

Saintgram is a osint Python tool that allows you to fetch Instagram user information, including obfuscated emails and phone numbers, as well as follower and following lists contact info..

License

Notifications You must be signed in to change notification settings

joe444-pnj/saintgram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[saintgram]

Saintgram

Saintgram is a Python tool that allows you to fetch Instagram user information, including obfuscated emails and phone numbers, as well as follower and following lists.

Features

  • Retrieve basic account information, such as username, ID, follower count, and more.
  • Fetch obfuscated email addresses and phone numbers.
  • List followers and following accounts with contact information.
  • Supports command-line interface.

Note:

The tool requires the user to be friends with the victim account or public target account in order to fetch any private or sensitive data, including followers, following lists, obfuscated emails, and phone numbers.

Installation

  1. Clone the repository:
    :git clone https://github.com/joe444-pnj/saintgram.git
    :cd saintgram
    
  2. Install the required packages:
pip install -r requirements.txt

Usage Example

  1. Retrieving User Information: To retrieve basic user information like username, ID, followers, following count, and obfuscated contact details (if available), use the -i option:
python saintgram.py -s <sessionID> -u <username> -o i

Example:

python saintgram.py -s 1234567890%3aABCDEF%3a1234567890 -u johndoe -o i

This command retrieves and displays user information for the Instagram account with the username johndoe.

  1. Listing Followers: To list followers of a specific user:
python saintgram.py -s <sessionID> -u <username> -o f

Example:

python saintgram.py -s 1234567890%3aABCDEF%3a1234567890 -u johndoe -o f

This command retrieves the followers of johndoe and displays their information, including any public contact details.

  1. Listing Following Accounts: To list the accounts that a user is following:
python saintgram.py -s <sessionID> -u <username> -o w

Example:

python saintgram.py -s 1234567890%3aABCDEF%3a1234567890 -u johndoe -o w

This command retrieves the first 50 accounts that johndoe is following.

📚 To retrieve the sessionID

OR WITH EXTENTION

About

Saintgram is a osint Python tool that allows you to fetch Instagram user information, including obfuscated emails and phone numbers, as well as follower and following lists contact info..

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages