Was looking at the Global Entry flow for the Bay Area and decided to put together this script that will log into the site and schedule an earlier time if one is available. It’s based on Selenium in Python.
I put it up on GitHub for folks to use and improve. It currently only looks at the date and has no notion of hours. You can set blacklist days to avoid though. There’s also a small section where you can email yourself via Gmail when you get an earlier time.
There are a ton of other scripts people have written. I really wanted to do this all in Python, but Selenium made things much faster to put together. Also it didn’t take much to set up the driver.
It’s not pretty, but it works well enough =)
One reply on “Global Entry Checker Weekend Project”
Nice