/airjobs

Webscraping the Air Job Board

Primary LanguagePython

Webscraping

Goals

  • Every morning, scrape the AIR Job Board and email me any new positions

Sources

Psuedo Code

  • Scrape the jobs into a list-like format

  • Compare the running list with today's scrape and identify new ones

  • Add new ones to running list

  • Compile each new job into a list and prep for email

  • Email links to newly posted jobs (if any)