A zero-cost opportunity radar for solo developers.
Money Autopilot monitors public job and bounty sources, scores matches against a developer profile, deduplicates results, and generates application drafts for manual review.
Finding freelance and remote opportunities is repetitive. This tool automates the discovery and filtering layer while keeping outreach manual and platform-safe.
- Fetches public opportunities from Remotive, Hacker News, and GitHub Issues.
- Scores each opportunity against a configurable skill profile.
- Deduplicates previously seen links.
- Generates Markdown reports.
- Creates first-draft outreach messages.
- Runs once or continuously on a schedule.
- Supports macOS LaunchAgent background execution.
See examples/example-report.md.
- Python
- Public web APIs
- Markdown report generation
- JSON configuration and local state
- macOS launchd
- Configure your skills and preferred work types.
- Run the script hourly.
- Open the latest report.
- Review the top 3 opportunities.
- Edit and send the generated draft manually.
The tool does not auto-submit applications or spam platforms. It automates discovery, filtering, and drafting, while keeping final outreach under human control.
cp config.example.json config.json
python3 money_autopilot.py --config config.jsonThe script writes:
latest.mdreports/state/seen.json
- Better source-specific scoring.
- Email or Telegram notifications.
- A tiny web dashboard.
- More paid issue and bounty sources.
- Local analytics for response rates.