JobScraper & AutoApply
Overview
This project is a simple Python script that utilizes the Selenium web scraping library to extract job listings from a specified job website. Additionally, it includes automation functionality to streamline the job application process by automatically submitting applications on the website.
Features Job Scraping: The script is designed to scrape job listings from Fuzu job website, extracting relevant details such as job title, company, location, application link and job description and send it to a database.
AutoApply Functionality: For supported job websites, the script can automate the job application process by filling in the necessary details (resume, cover letter, etc.) and submitting applications on your behalf.
Requirements Python 3.x Selenium library (pip install selenium) Web driver compatible with your browser (e.g., ChromeDriver for Google Chrome)
This script is provided for educational purposes only. Use it responsibly and in compliance with the terms of service of the job website you are scraping and applying to.
Note: Be cautious not to violate the terms of service of the job website or engage in any activities that may be considered unethical or against the law.
Contributions Contributions are welcome! Feel free to open an issue or submit a pull request to enhance the functionality or fix any issues.