amirfakhrullah / find-jobs-on-Graduan

Did a small project to self-study a bit about extracting information on graduan.com's html. Basically this project is quite the same like using the search bar on graduan.com (to find certain position that's available). The jobs matched will be listed in the terminal instead with their links for application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

find-jobs-on-Graduan

Technologies

  • webscraping
  • Python
  • Selenium
  • BeautifulSoup4
  • chromedriver
  • pprint

Setup

1- Download chromedriver: http://chromedriver.chromium.org/downloads and store it in PATH, or in the same directory as these files.

2- Open terminal and cd to the folder of the files.

3- Then on the terminal (for windows):

$ python -m venv venv
$ venv\Scripts\activate
$ pip install requirements.txt
$ pip install html5lib
$ python graduan_jobs.py

About

Did a small project to self-study a bit about extracting information on graduan.com's html. Basically this project is quite the same like using the search bar on graduan.com (to find certain position that's available). The jobs matched will be listed in the terminal instead with their links for application.


Languages

Language:Python 100.0%