This is a simple Python script that scrapes job postings from LinkedIn using Selenium and BeautifulSoup, login to linkedin (even with 2fa) and sends data from "cv.pdf" to ai to answer several questions
pip install openai
pip install selenium
pip install webdriver-manager
pip install beautifulsoup4
pip install pymupdf
pip install tiktoken
This project contains various scripts for:
- Scraping job data from LinkedIn
- Automating LinkedIn applications using Selenium
- Extracting text from resumes (CVs) using PyMuPDF
- Sending extracted data to Azure OpenAI for AI-driven analysis
I am actively working on improving this script! Stay tuned for updates, its for education purposes!! 🚀