A Twitter bot that announces open Global Entry interview slots.
Forked from guoguo12/global-entry-bot
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 or any airport.
Install dependencies with
pip install -r requirements.txt
Then put your Twitter API credentials in a file called keys.py
, which should define twitter_credentials
:
twitter_credentials = dict(BEARER_TOKEN='',
OAUTH_TOKEN='',
OAUTH_TOKEN_SECRET='',
KEY='',
SECRET='')
This repo is setup to auto deploy to Lambda and will run every 10 minutes via Event Bridge trigger. My version is live here