ashlesh-t/jobpilot

3 stars · Last commit 2026-08-02

Automated job-hunt pipeline for Claude Code — scrapes ~10 job boards via Apify, scores postings against your resume, tailors resumes, and pushes a Telegram digest on a schedule.

README preview

# JobPilot

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

Your job hunt, automated — running entirely on your own machine.

JobPilot scrapes a dozen job sources, reads every posting against your actual resume,
scores the matches, researches what they pay, tailors your resume to the ones worth
applying to, and tracks every application from first click to offer. It runs on a
schedule, in the background, and shows you all of it in a local web app.

Nothing is uploaded anywhere. Your resume, your job history and your API keys stay on
your machine.

```sh
pipx install jobpilot-ai
jobpilot setup
jobpilot start
```

View full repository on GitHub →