mirror of
https://github.com/jackwener/OpenCLI.git
synced 2026-09-14 18:25:42 +08:00
15b9bc8e0c
* feat(producthunt): add Product Hunt CLI adapter Add three commands: - posts: RSS feed with optional category filter - today: latest day's posts from feed - hot: today's top posts with vote counts (browser INTERCEPT strategy) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * feat(producthunt): add browse command for category best products Browse top-rated products in any Product Hunt category (e.g. vibe-coding, ai-agents, developer-tools) with name, tagline, and review count. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * docs(producthunt): add adapter documentation Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix(producthunt): rebase on main and stabilize selectors --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: jackwener <jakevingoo@gmail.com>
1.6 KiB
1.6 KiB
Product Hunt
Mode: 🌐 Public / 🔐 Browser · Domain: www.producthunt.com
Commands
| Command | Description |
|---|---|
opencli producthunt posts |
Latest Product Hunt launches (optional category filter) |
opencli producthunt today |
Today's Product Hunt launches (most recent day in feed) |
opencli producthunt hot |
Today's top Product Hunt launches with vote counts |
opencli producthunt browse <category> |
Best products in a Product Hunt category |
Usage Examples
# Today's top launches with vote counts
opencli producthunt hot --limit 10
# Latest posts (RSS feed)
opencli producthunt posts --limit 20
# Filter by category
opencli producthunt posts --category developer-tools --limit 10
# Today's launches only
opencli producthunt today --limit 10
# Browse best products in a category
opencli producthunt browse vibe-coding --limit 10
opencli producthunt browse ai-agents --limit 10
opencli producthunt browse developer-tools --limit 10
# JSON output
opencli producthunt hot -f json
Category Slugs
Common categories for browse and posts --category:
ai-agents, ai-coding-agents, ai-code-editors, ai-chatbots, ai-workflow-automation,
vibe-coding, developer-tools, productivity, design-creative, marketing-sales,
no-code-platforms, llms, finance, social-community, engineering-development
Prerequisites
postsandtoday— no browser required (public RSS feed)hotandbrowse— Chrome running with Browser Bridge extension installed