/global-entry-bot

A Twitter bot that announces open Global Entry interview slots.

Primary LanguagePython

Global Entry Appointment Bot

A Twitter bot that announces open Global Entry interview slots.

Based largely on oliversong/goes-notifier, mvexel/next_global_entry, and this comment.

This project is (obviously) not affiliated with U.S. Customs and Border Protection.

Installation

Install dependencies with

pip install -r requirements.txt

Then put your Twitter API credentials in a file called secrets.py, which should define twitter_credentials:

twitter_credentials = dict(consumer_key='',
                           consumer_secret='',
                           access_token_key='',
                           access_token_secret='')

To check for new appointment slots, run main.py. I suggest automating this using Cron.