Terminal-based academic profile discovery — API-free, stealth-friendly, and censorship-resilient.
Find-Professor is a command-line tool that helps users discover academic profiles and professional pages using keyword-based search.
It mimics human browsing behavior, rotates query phrasing, and gracefully falls back to DuckDuckGo if Google blocks scraping — all without browser automation or API keys.
- 🔍 Keyword-based search with
.eduand LinkedIn targeting - 🧠 Randomized suffixes for natural query variation
- ⏳ Human-like countdown delays between requests
- 🔄 DuckDuckGo fallback if Google fails or blocks
- ✅ Unique result enforcement (no duplicates)
- 🎨 Color-coded terminal output with emoji feedback
- 🔐 No cookies, browser automation, or API keys required
Clone the repository and install dependencies:
git clone https://github.com/shataragh/Find-Professor.git
cd Find-Professor
pip install -r requirements.txt