Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 935 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 935 Bytes

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.