This python script checks your flight reservation 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.
This script can either be ran directly on your host or within Docker.
- Python (should work with 2.x or 3.x thanks to @ratabora)
- pip
- Docker (tested with 1.12.6)
$ pip install -r requirements.txt
$ python ./checkin.py CONFIRMATION_NUMBER FIRST_NAME LAST_NAME
Double Click SouthWest_Checkin_UI.pyw to open GUI
or from command line
$ pythonw ./SouthWest_Checkin_UI.pyw
$ sudo docker run -it pyro2927/southwestcheckin:latest CONFIRMATION_NUMBER FIRST_NAME LAST_NAME