It is an app made using Python and JavaScript that scraps jobs for the job title entered by the user like "Python Developer" from indeed.com, monsterindia.com, timesjobs.com and then save them all in CSV format which can be viewed in this app itself or also using other apps like MS Excel.
Node.js and Python 3.6 or above should be installed in your system.
Package requirements:
- npm install puppeteer
- npm install objects-to-csv
- pip install PyQt5
- pip install pandas
Steps to run the script after fulfilled requirements:
- Open your command prompt in the directory where all these files are present.
- python app.py