bounty-hunter-cli
v1.0.5
Published
Find and track GitHub bounties automatically. Get paid for open source contributions.
Maintainers
Readme
🏴☠️ Bounty Hunter CLI
Find and track GitHub bounties automatically. Get paid for open source contributions.
Install
npm install -g bounty-hunter-cliPlans
| Feature | Free | Pro ($10) | |---------|------|-----------| | Search bounties | ✅ | ✅ | | Watch mode (foreground) | ❌ | ✅ | | Background daemon (24/7) | ❌ | ✅ | | Telegram notifications | ❌ | ✅ | | Auto-filter fake repos | ❌ | ✅ | | Priority alerts | ❌ | ✅ |
Quick Start
# Search for bounties
bounty search
# Filter by language and minimum amount
bounty search --language typescript --min 50
# Only show low-competition bounties
bounty search --no-competition
# Watch for new bounties (notifies you)
bounty watch --min 100 --interval 15
# Configure
bounty config --token ghp_your_github_token
bounty config --telegram your_chat_idCommands
bounty search
Find open bounties across GitHub.
| Option | Description |
|--------|-------------|
| -l, --language | Filter by language (typescript, python, go, etc.) |
| -m, --min | Minimum bounty amount in USD (default: $20) |
| --algora | Only Algora-verified bounties |
| --no-competition | Hide issues with 5+ comments |
| -n, --limit | Max results (default: 20) |
bounty watch
Monitor for new bounties and get notified instantly.
| Option | Description |
|--------|-------------|
| -l, --language | Filter by language |
| -m, --min | Minimum amount (default: $50) |
| --interval | Check every N minutes (default: 30) |
Supports Telegram notifications — set TELEGRAM_BOT_TOKEN env var.
bounty config
| Option | Description |
|--------|-------------|
| --token | GitHub PAT (increases rate limit from 10 to 30 req/min) |
| --telegram | Telegram chat ID for push notifications |
| --show | Display current config |
How It Works
- Searches GitHub for issues with bounty labels (💎 Bounty, $XX, etc.)
- Parses dollar amounts from labels
- Filters by your criteria (language, amount, competition)
- Optionally watches and notifies you of new bounties
Supported Bounty Platforms
Tips for Earning
- Act fast — bounties get claimed quickly
- Start small — $20-50 bounties have less competition
- Focus on repos that actually pay — check if repo has "💰 Rewarded" label on closed issues
- Read the issue carefully — match acceptance criteria exactly
- Submit clean PRs — tests, docs, follows project conventions
License
MIT
Author
Khang Quoc Nguyen — nguyenquockhang.com
