Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 947 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 947 Bytes

Automated-Job-Searcher

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.

Requirements:

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

Now you can easily apply to the jobs you find suitable with the help of its given link.