srbhr / Resume-Matcher

Resume Matcher is an open source, free tool to improve your resume. It works by using language models to compare and rank resumes with job descriptions.
https://www.resumematcher.fyi/
Apache License 2.0
4.76k stars 1.93k forks source link

Feat: Convert Linkedin job post data to pdf. #84

Closed ILB-96 closed 10 months ago

ILB-96 commented 12 months ago

Pull Request Title

Linkedin Job Description to pdf file.

Description

You can now insert a url of a job description in Linkedin and it will create a pdf file with the description of the job and put it in the jobDescription folder for you.

Type

Proposed Changes

How to Test

  1. run the command: cd linkedin && python create_job_description.py
  2. insert valid url of a linkedin job post in the popup window and press OK

Checklist

Additional Information

Not sure how much this is useful or relevant to the project i am pretty new to contributing but I have more ideas that might be useful:)

srbhr commented 12 months ago

Thanks for this Feature @Hazannovich Regarding this feature. We had a discussion yesterday. We are going to introduce a FastAPI backend with a React Frontend. So, we might need this code, but in a different place. I will keep this PR open. But I suggest you join in the Discord to keep up with the latest discussions.

Link to discord: https://dsc.gg/resume-matcher

ILB-96 commented 12 months ago

Thanks for this Feature @Hazannovich Regarding this feature. We had a discussion yesterday. We are going to introduce a FastAPI backend with a React Frontend. So, we might need this code, but in a different place. I will keep this PR open. But I suggest you join in the Discord to keep up with the latest discussions.

Link to discord: https://dsc.gg/resume-matcher

Thanks I joined. I think I am doing well with react + nextjs + tailwindcss so I will try to help with whatever I can:)

srbhr commented 10 months ago

Hey @Hazannovich can you rebase this PR and resolve the Merge conflict, I'm planning to get this merged along with your other PR and please can you add in the Readme as well how to use this file?