Metadata-Version: 2.4
Name: krishan-cli
Version: 1.0.0
Summary: Indian AI Company Intelligence Agent — Deep Research CLI Tool
Project-URL: Homepage, https://github.com/krishanwalia30/hunter-cli
Author: Krishan
License: MIT
License-File: LICENSE
Keywords: ai,cli,companies,hunter,india,research,scraper
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Requires-Python: >=3.10
Requires-Dist: beautifulsoup4>=4.12.3
Requires-Dist: colorama>=0.4.6
Requires-Dist: httpx>=0.27.0
Requires-Dist: python-dotenv>=1.0.1
Description-Content-Type: text/markdown

# 🤖 hunter-cli

> **Indian AI Company Intelligence Agent**  
> Deep-research CLI tool — finds company website, email, phone, LinkedIn & Twitter  
> Made with ♥ by **Krishan**

```
  ██╗  ██╗██╗   ██╗███╗   ██╗████████╗███████╗██████╗
  ██║  ██║██║   ██║████╗  ██║╚══██╔══╝██╔════╝██╔══██╗
  ███████║██║   ██║██╔██╗ ██║   ██║   █████╗  ██████╔╝
  ██╔══██║██║   ██║██║╚██╗██║   ██║   ██╔══╝  ██╔══██╗
  ██║  ██║╚██████╔╝██║ ╚████║   ██║   ███████╗██║  ██║
  ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═══╝   ╚═╝   ╚══════╝╚═╝  ╚═╝
```

---

## Install

```bash
pip install hunter-cli
```

## Use

```bash
hunter start          # start hunting
hunter status         # see today's usage
hunter reset          # reset memory and start fresh
```

First run will ask for your **free** [Serper.dev](https://serper.dev) API key.

## What it collects

| Field | Description |
|---|---|
| Company Name | Cleaned name |
| Website | Full URL |
| Email | Best contact email |
| Phone | Indian number |
| LinkedIn URL | Company LinkedIn page |
| Twitter URL | Company Twitter/X |
| Description | From meta tags |

## Daily limit
- **200 companies per 24 hours** per user
- Resets at midnight automatically
- At 100 companies — milestone pause, then continues
- At 200 companies — daily limit wall shown

## Output
CSV saved to `~/hunter_output/hunter_YYYYMMDD_HHMMSS.csv`  
Opens perfectly in Excel (UTF-8 BOM encoded).

## Get free API key
1. Go to [https://serper.dev](https://serper.dev)
2. Sign Up — no credit card
3. Free tier: **2,500 searches/month**
4. Copy API key from Dashboard

---
*Made with ♥ by Krishan*
