Metadata-Version: 2.4
Name: merchant-prospect-x
Version: 0.3.6
Summary: 周边小微商户拓客 — 独立陌拜助手（园区扫描 + 深查）
Author: merchant-prospect
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: openpyxl>=3.1
Provides-Extra: headless
Requires-Dist: playwright>=1.40.0; extra == "headless"

# merchant-prospect-x

周边小微商户拓客 — 销售陌拜场景的随身工具（独立功能，不入 CRM、不接外呼流水线）。

## 安装

```bash
pip install merchant-prospect-x
# 深查档（小红书渠道，阶段 2）需要：
pip install playwright && python -m playwright install chromium
```

## 配置

```bash
prospect config --amap-key <高德Web服务API key>
```

配置文件：`~/.merchant-prospect/config.json`

## 使用

```bash
# 快扫：园区商户清单（~10 秒）
prospect scan "xx工业园" --city 深圳
prospect scan "xx商圈" --city 深圳 --industry 餐饮 --export /tmp/清单.xlsx

# 深查：单户画像（qcc 风险核验；小红书渠道阶段 2 上线）
prospect deep "店名" --city 深圳

# 环境自检
prospect check
```

## 铁律

- 独立工具，禁止往 CRM/外呼流水线写任何数据
- key 失效/渠道不可用 → 降级提示并继续（缺哪个渠道标哪个），不 Mock 数据
- 单次单园区，POI 上限 100 户；深查每轮 ≤10 户
