Skip to content

Simple script to watch job listings on seek.co.nz

License

Notifications You must be signed in to change notification settings

shaneHowearth/Seek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seek

Simple script to watch job listings on seek.co.nz

Installation

requests, lxml, and cursor are required to be installed

python3 -m pip install requests lxml cursor

Usage

For now you will need to hand edit the following variables in order to get the results you want:

  • WAIT - Number of seconds between refresh
  • MAXRESULTS - Number of results to be displayed
  • SEARCH - Search string
  • SALMIN - Index of salaryValues that represents the minimum salary to be searched for
  • SALMAX - Max salary searched for, leave it as is
  • LOCATION - Index of locations that represents the area you are looking for work

Run the application with ./seek.py

Screenshot

About

Simple script to watch job listings on seek.co.nz

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages