instahunter

Instahunter

MIT License GitHub Release PyPI Release

A CLI OSINT app that can fetch data from Instagram’s Web API without the need of logging in or an API token.
Built with PyInquirer and rich.

Data that can be fetched:


Instahunter GIF

Notes

Release & Changelog

Install with pip

Run the following command to install instahunter with pip:

$ pip install instahunter

v2.0 Executable Download

Instahunter v2.0 (.exe)

v2.0 Changelog

Running from Source

Prerequisites

Ubuntu

Run the following commands in a terminal:

$ sudo apt-get install git-core
$ sudo apt install python3.9
$ sudo apt install python3-pip

Windows

Use the official links for downloading on Windows:

pip is installed along with python on windows.

Run the following commands to confirm if the installation was successful:

$ git --version
$ python --version
$ pip --version 

Installation & Configuration

Clone the repo and cd into the directory:

$ git clone https://github.com/shashwatah/instahunter.git
$ cd instahunter

Run the following command to install the required packages:

$ pip install -r requirements.txt

Once the packages are installed, run the following command to start instahunter:

$ python src/main.py

License

MIT License Copyright (c) 2024 Kumar Shashwat