OberoiSahaj / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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.


Languages

Language:JavaScript 62.2%Language:Python 37.8%