Skip to content

A Twitter bot that announces open Global Entry interview slots

Notifications You must be signed in to change notification settings

eddiegrau/global-entry-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Global Entry Appointment Bot

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.

Installation

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

About

A Twitter bot that announces open Global Entry interview slots

Resources

Stars

Watchers

Forks

Languages

  • Python 100.0%