Skip to content

rajathagasthya/global-entry-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

global-entry-notifier

Script to notify of available Global Entry enrollment appointments at a particular location. Only supports running on MacOS.

Prerequisites

  • MacOS (for notifications).
  • Install Go (if building from source).

Usage

$ ./global-entry-notifier -h
Usage of ./global-entry-notifier:
  -days int
        number of days from today to filter slots; use 1 for current day (default 1)
  -interval duration
        polling interval for available slots e.g. 1m, 1h, 1h10m, 1d, 1d1h10m (default 1m0s)
  -limit int
        number of slots to notify (default 1)
  -location-id int
        ID of the Global Entry Enrollment Center; defaults to AUS airport (default 7820)
  1. Find your desired enrollment center here and copy its id field. For example: ID of San Francisco Global Entry Enrollment Center is 5446.
  2. Use the binary from releases page or build binary from source using go build -o global-entry-notifier ./main.go.
  3. Run the binary with the arguments shown above. Use Ctrl+C to exit.

About

Script to notify of available Global Entry enrollment appointments at a particular location

Resources

License

Stars

Watchers

Forks

Languages