Skip to content

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.

Notifications You must be signed in to change notification settings

amirfakhrullah/find-jobs-on-Graduan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages