joaosilvalopes / linkedin-easy-apply-bot

MIT License
160 stars 58 forks source link

Filter by date #67

Open JGration opened 1 year ago

JGration commented 1 year ago

Hi there, is it possible to add a filter by date like "month", "week" or "24 hours" ? Currently it's searching by all time. Please let me know if there's already a way to do this!

Tsquared86 commented 11 months ago

in FetchJobLinksUser.ts make this correction

const searchParams: { [key: string]: string } = { keywords, location, f_TPR: "r604800", //r604800 = 1 week, r86400 = 24 hours, r2592000 = 1 month start: numSeenJobs.toString(), f_WT: fWt, f_AL: 'true' };