8000 GitHub - aho135/SouthwestCheckin: 🛫 Python script to checkin to a Southwest Flight 🛬
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aho135/SouthwestCheckin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SW Checkin

This python script checks your flight reservatio 707D n with Southwest and then checks you in at exactly 24 hours before your flight. Queue up the script and it will sleep until the earliest possible check-in time.

Requirements

This script can either be ran directly on your host or within Docker.

Host

  • Python (should work with 2.x or 3.x thanks to @ratabora)
  • pip

Docker

  • Docker (tested with 1.12.6)

Setup

Host

Install Base Package Requirements

$ pip install -r requirements.txt

Usage

$ python ./checkin.py CONFIRMATION_NUMBER FIRST_NAME LAST_NAME

Docker

Usage

$ sudo docker build -t swcheckin ./
$ sudo docker run -ti swcheckin /tmp/checkin.py CONFIRMATION_NUMBER FIRST_NAME LAST_NAME

About

🛫 Python script to checkin to a Southwest Flight 🛬

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.0%
  • Dockerfile 2.0%
0