oliversong / global-entry-bot

A Twitter bot that announces open Global Entry interview slots.

Home Page:https://twitter.com/GlobalEntryBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://twitter.com/GlobalEntryBot


Languages

Language:Python 100.0%