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)
- π 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)
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"