ryansun96 / auto-southwest-check-in

A python script that automatically checks in to your Southwest flight 24 hours beforehand.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto-Southwest Check-In

Running this script will automatically check you into your flight 24 hours before your flight

Dependencies

Download

First, download the script onto your computer

$ git clone https://github.com/jdholtz/auto-southwest-check-in.git
$ cd auto-southwest-check-in

Then, install the needed packages for the script

$ pip install -r requirements.txt

Using The Script

To schedule a check-in, run the following command

$ python3 southwest.py CONFIRMATION_NUMBER FIRST_NAME LAST_NAME

Alternatively, you can log in to your account, which will automatically check
you in to all of your flights

$ python3 southwest.py USERNAME PASSWORD

About

A python script that automatically checks in to your Southwest flight 24 hours beforehand.

License:MIT License


Languages

Language:Python 99.2%Language:Dockerfile 0.8%