Pre-Requisites: Install Python and its required libraries

If you want to search for appointment only on specific locations say Lawrenceville and Camden, then update the location_arr and locationname_arr variables location_arr = ['101','104'] locationname_arr = ['Lawrenceville','Camden']

if you want to be notified only when appt is available on specific month, for example only on "April" then update the required moths variable accordingly. required_months = ['April']