Skip to content

guoguo12/global-entry-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Twitter bot that announces open Global Entry interview slots.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages