Skip to content

Quick and dirty script to automate checkin to a Southwest flight

Notifications You must be signed in to change notification settings

cdorros/southwest-checkin-old

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Southwest Checkin Script

This is a command line python script that will, given a confirmation code and passenger name, will do the following:

  • Look up flight info and display when the flights leave and where they are going.
  • Wait until 24 hours the first flight
  • Drive the web site to check in all users for that reservation.
  • Optionally send email with the boarding pass as a PDF
  • Repeat with any unchecked in flights

If you don't have the script email you, you will still need to go back to the southwest site to print your boarding pass, but you should have a decent place in line.

Installation

This scripts depends on a couple of other python libraries. The easiest way to install is to use easy_install.

$ easy_install BeautifulSoup
$ easy_install pytz

Usage

$ sw_checkin_email.py John Doe ABC123

You will have to leave your terminal open while the script is waiting. You may want to look into using nohup or disown so that you can log out while the script runs.

About

Quick and dirty script to automate checkin to a Southwest flight

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%