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 a49a6539a1 googlejobs: use clean udm=8 deep-link format for job URLs
Previous shareUrl-based URLs included session-tied tokens (shmd, shmds,
shem) that can expire over time, causing the job detail panel to not
open when the link is clicked later from Telegram.

Switch to a minimal Google Jobs URL using only the htidocid and the new
SPA fragment format:
  https://www.google.com/search?q=<q>&udm=8#vhid=vt%3D20/docid%3D<id>&vssid=jobs-detail-viewer

Verified via Playwright: this format reliably opens the specific job
detail panel without any session-tied parameters.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 months ago
gimme_job googlejobs: use clean udm=8 deep-link format for job URLs 4 months ago
sites Add Google Jobs & HospitalRecruiting adapters; LinkedIn Volunteer filter; aaoinfo fixes 4 months ago
tests Initial implementation of gimme-job CLI 5 months ago
.env.example Add Google Jobs & HospitalRecruiting adapters; LinkedIn Volunteer filter; aaoinfo fixes 4 months ago
.gitignore Initial implementation of gimme-job CLI 5 months ago
CLAUDE.md Initial implementation of gimme-job CLI 5 months ago
README.md Initial implementation of gimme-job CLI 5 months ago
pyproject.toml Add 8 site adapters, early stop, Telegram notifications, and list command 5 months ago
uv.lock Add 8 site adapters, early stop, Telegram notifications, and list command 5 months ago

README.md