mirror of
https://github.com/pyro2927/SouthwestCheckin.git
synced 2025-12-06 01:13:19 +00:00
snyk-fix-a14c33745369239e535a6a6fff63ed54
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3113904
SW Checkin
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.
Contributors
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 run -it pyro2927/southwestcheckin:latest CONFIRMATION_NUMBER FIRST_NAME LAST_NAME
Languages
Python
95.2%
Makefile
2.5%
Dockerfile
1.4%
Shell
0.9%
