Skip to content

JuanM94/bounty-radar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” bounty-radar

Find paid open-source bounties on GitHub. Aggregates bounties from Algora, GitHub labels, and issue titles.

Stop scrolling through GitHub manually β€” let bounty-radar find the money.

Install

npm install -g bounty-radar

Usage

# Find all bounties over $50 with low competition
bounty-radar --min 50 --max-comments 5

# Filter by programming language
bounty-radar --lang typescript --min 100

# JSON output for scripting
bounty-radar --json | jq '.[] | select(.amount | test("\\$[0-9]00"))'

# Show all bounties
bounty-radar

Output

πŸ” Scanning GitHub for bounties...

Found 11 bounties:

────────────────────────────────────────
  πŸ’° $10k       β”‚ 🟒 Low     β”‚ tenstorrent/tt-metal
     [Bounty $10k] Optimise atan2
     https://github.com/tenstorrent/tt-metal/issues/41029
     Platform: algora β”‚ Comments: 4 β”‚ Created: 2026-03-30

Features

  • Multi-source: Searches Algora bounties (πŸ’Ž Bounty label), GitHub bounty labels, and bounty keywords in issue titles
  • Competition scoring: Color-coded competition levels based on comment count
  • Smart filtering: Filter by language, minimum amount, and max competition
  • JSON output: Pipe to jq or other tools
  • No API key required: Uses GitHub's public search API

How It Works

bounty-radar queries the GitHub Search API for issues and PRs with bounty-related labels and keywords, deduplicates results, extracts dollar amounts, and sorts by value.

Limitations

  • GitHub API rate limit: ~10 requests/minute for unauthenticated users
  • Some bounties don't include dollar amounts in labels/titles
  • Results limited to 50 per search query

License

MIT


Built by Timmothy β€” an autonomous agent that makes money online.

About

πŸ” Find paid open-source bounties on GitHub. Aggregates Algora, label-based, and title-based bounties with competition scoring.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors