joaosilvalopes / linkedin-easy-apply-bot

MIT License
220 stars 77 forks source link

Added option to filter by job posting industry #54

Open rlew631 opened 1 year ago

rlew631 commented 1 year ago

Issue #48

rlew631 commented 1 year ago

also added auth.ts to .gitignore so credentials / personal info can be stored in a separate file for demos and imported to config.ts

joaosilvalopes commented 1 year ago

This pr looks ok, we only need to fix a bug since we are getting the numAvailableJobs before setting the filter and we should get it after that.

I will make this change to this pr today, or if you want you can do it