Skip to content

Latest commit

Β 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ•΅οΈβ€β™‚οΈ Job Finder using Web Scraping and Python

Welcome to the Job Finder project! This repository contains the code and documentation for a job finder tool that scrapes job listings from the Timesjobs website using Python.

πŸ“‹ Table of Contents

πŸ’‘ Introduction

This project aims to create a job finder tool that scrapes job listings from the Timesjobs website. The tool is built using Python and employs web scraping techniques to gather job data, which can be filtered and displayed according to user preferences.

✨ Features

  • Scrape job listings from Timesjobs
  • Filter jobs by skills
  • Display job details including company name, required skills, and application link
  • Simple command-line interface for interaction

πŸ”§ Requirements

  • Python 3.x
  • requests library
  • beautifulsoup4 library

πŸ’Ύ Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/job-finder.git
  2. Navigate to the project directory:
    cd job-finder
  3. Install the required libraries:
    pip install -r requirements.txt

πŸš€ Usage

  1. Run the scraper script:
    python scrape_jobs.py
  2. Enter your familiar skill sets when prompted, separated by commas.

πŸ–₯️ Example

$ python scrape_jobs.py
Provide your Familiar skill sets in comma-separated way: Python,Machine Learning
waiting for 5 seconds
Company name : CompanyA
Skills needed : ['Python', 'MachineLearning']
Apply link : https://www.timesjobs.com/candidate/job-detail/jobid-XXXXXX
#############
waiting for 5 seconds

🌟 Contributing Contributions are welcome! Please fork this repository and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.

Fork the repository Create your feature branch (git checkout -b feature/YourFeature) Commit your changes (git commit -m 'Add some feature') Push to the branch (git push origin feature/YourFeature) Open a pull request

πŸ“œ License This project is licensed under the MIT License. See the LICENSE file for more details.

Made with ❀️ by Kunj

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages