Automated job hunting pipeline — collects listings from LinkedIn, Indeed, Glassdoor & Gupy, filters them with AI (Claude API), and sends daily notifications via email or Discord.
Stars
3
Forks
0
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
9
commits
Merge branch 'main' of https://github.com/natanalmeida03/job-hunter
2f87b72View on GitHubrefactor: restructure as installable Python package with English codebase
f8f8357View on GitHubdocs: fix repo URL and .env example filename in README
7f24de7View on GitHubfeat(filter): inject hard constraints from config into AI prompt
0c42553View on GitHubfeat(collector): add Gupy as job source via public JSON API
2c1a548View on GitHubfix(filter): remove --format json from opencode, simplify output parsing
8d970a8View on GitHubrefactor: simplify pipeline — remove deduplicator, RemoteOK, add Glassdoor
b1c3d29View on GitHub