You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
I Luk Kim 83fb8542a9 Add 8 site adapters, early stop, Telegram notifications, and list command
New site adapters:
- usajobs: multi-keyword sweep (dentist/orthodontics/orthodontist), URL pagination
- docshealth, southernortho: Paylocity platform, keyword in URL
- pdshealth, saltdental: iCIMS Angular platform, URL pagination
- hospitaljobsonline: Load More button, relative URL fix
- aaoinfo: AAO Career Center, click-based AJAX pagination
- aroragroup: Load More + post-scrape keyword filter

Core improvements:
- Early stop pagination: stops when all fingerprints on a page are already in DB
- multi_keyword_mode: separate — one scrape per keyword, cross-sweep dedup
- gimme-job list command to view collected postings
- Stored column in status command
- Telegram notification (replacing KakaoTalk)
- DB repo: count_by_site(), get_existing_fingerprints()

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 months ago
..
__init__.py Initial implementation of gimme-job CLI 5 months ago
browser.py Add 8 site adapters, early stop, Telegram notifications, and list command 5 months ago
claude_cli.py Initial implementation of gimme-job CLI 5 months ago
dedupe.py Initial implementation of gimme-job CLI 5 months ago
extractor.py Initial implementation of gimme-job CLI 5 months ago
health.py Initial implementation of gimme-job CLI 5 months ago
kakao.py Initial implementation of gimme-job CLI 5 months ago
learn.py Initial implementation of gimme-job CLI 5 months ago
notifier.py Add 8 site adapters, early stop, Telegram notifications, and list command 5 months ago
orchestrator.py Add 8 site adapters, early stop, Telegram notifications, and list command 5 months ago
repair.py Initial implementation of gimme-job CLI 5 months ago
summarizer.py Initial implementation of gimme-job CLI 5 months ago
telegram.py Add 8 site adapters, early stop, Telegram notifications, and list command 5 months ago