ClawSkills logoClawSkills

Product Hunt Launch

通过 CLI 实时跟踪您的 Product Hunt 发布统计数据(排名、点赞、评论)。

介绍

# Product Hunt Launch 🚀

在终端中追踪你发布当天的指标。

## 设置

1. 从 [Product Hunt API Dashboard](https://www.producthunt.com/v2/oauth/applications) 获取 Developer Token。 2. 设置 Token:`export PH_API_TOKEN="your_token"`

## 命令

### 检查帖子统计 ```bash ph-launch stats --slug "your-product-slug" # Output: Rank #4 | 🔼 450 | 💬 56 ```

### 监控发布(实时仪表盘) ```bash ph-launch monitor --slug "your-product-slug" --interval 60 ```

### 列出今日排行榜 ```bash ph-launch leaderboard ```

更多产品