Skip to content

Simple Progam that checks whether an Instagram Account Exists or Not with a given Username using a self-coded Algorithm.

License

Notifications You must be signed in to change notification settings

MayankNCodes/InstagramChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Instagram Account Existence Checker

An OSINT Tool completely coded from scratch with minimum dependancies to check whether a given Username is vacant or has an account created for it on Instagram. It is based on the similar Algorithm I created for IntelliOSINT.

Features

  • Unique Algorithm which eliminates the need to Login or Set a Session Cookie.
  • Minimal Resource consuming.
  • Cross Platform Support.

Additional Functionality

  • Beginner friendly.
  • Easy to use.
  • Dependencies Free!

Installation

Install in Linux/Ubuntu with git

  git clone https://github.com/MayankNCodes/InstagramChecker.git
  cd InstagramChecker
  chmod +x IGChecker.py
  python IGChecker.py

Installing dependencies

    pip install requests

Screenshots

Running IGChecker: IGChecker Running Image

Usage/Examples

Windows/Linux:

python IGChecker.py

Fun Fact!

  • Fun Fact: You can Enable/Disable the "Debug Mode" via the source code and simply editing the value to True/False.

Future Update Plans!

  • Faster Speed by adding Multithreading Functionality.
  • Log the Output to a dedicated Txt File.
  • Port the script to C++
  • Create a GUI
  • More....

About

Simple Progam that checks whether an Instagram Account Exists or Not with a given Username using a self-coded Algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages