Skip to content

A python program to scrape relevant jobs listed on popular job-portals.

License

Notifications You must be signed in to change notification settings

sumitprdrsh/Job_Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

Give project description here.

Installation

Pre-Requisite: Python 3.1 or higher

  1. Clone the source code into your local directory.
  2. Create a virtual environment.
  3. Install required libraries (given in requirements.txt) in the virtual environment.
git clone https://github.com/sumitprdrsh/JD_CV_Compatibility_Checker.git #For cloning the source code in local directory
pip install virtualenv #For Unix/Linux
pip install virtualenvwrapper-win #For windows
mkvirtualenv [Env name] #Create virtual environment
workon [Env name] #Activate virtual environment
pip install -r requirements.txt  #Install required libraries

Execution

python src/main.py

Usage

Give examples and scenarios on the project's usage. You can also give a standard output of the program.

Open Issues and Future Scope

Contribution

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GNU GPLv3

About

A python program to scrape relevant jobs listed on popular job-portals.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages