GitHunt
OS

OSINTCabal/OSINTIndustries-CLI

A simple but sleek CLI front end for OSINT Industries API keys for those of us who prefer terminal/JSON output. Nothing too fancy! Still working on the name search part.

OSINTIndustries-CLI

A simple but sleek CLI front end for OSINT Industries API keys for those of us who prefer terminal/JSON output. Nothing too fancy! Still working on the name search part.

Built with:

  • ✅ Beautiful terminal UI
  • ✅ Animated loading spinners
  • ✅ Structured result parsing
  • ✅ Platform-by-platform result display
  • ✅ Secure API key handling (no hard-coded keys)

🚀 Features

  • 🔍 Username, Email, Phone, Person & Crypto Wallet searches (Name search still in the works)
  • 📊 Automatic platform summary (found vs not found)
  • 🎨 Colorized output with colorama
  • 🧠 Intelligent nested JSON formatter
  • 💾 Optional JSON result export
  • 🔐 Secure API key input at runtime (GitHub-safe)

📦 Installation

1. Clone the Repository

git clone https://github.com/OSINTCabal/OSINTCabal-OSINT-Industries-CLI.git
cd OSINTCabal-OSINT-Industries-CLI
pip install -r requirements.txt 
Python3 OSINTCabalOIcli.py <-- Starts the tool!

### 2. Input your API key where it says "YOUR KEY HERE" 

EX: 
def main():
    # Your API key
    API_KEY = "YOUR KEY HERE"

Languages

Python100.0%

Contributors

Created December 4, 2025
Updated January 12, 2026
OSINTCabal/OSINTIndustries-CLI | GitHunt