zkscraper is an open source automated tools. It allows you to scrape all jobs on Jobstreet website.
python -m venv venvonly for first timesource venv/bin/activatepip install -r requirements.txtto install all necessary packages. For any additional packages installed, update the requirements file as suchpip freeze > requirements.txt- Install chromedriver.exe based on your google chrome version.
- Modify
keywords,headers, andpathinzkscraper.pybased on your own local environment. - Run
python zkscraper.pyin the terminal to run the program.