1
0
mirror of https://github.com/pyro2927/SouthwestCheckin.git synced 2025-12-06 01:13:19 +00:00
snyk-bot cdc3fe6fa3 fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482
2024-07-16 07:33:47 +00:00
2019-10-28 20:23:17 -07:00
2019-10-27 19:29:14 -07:00
2019-02-17 22:37:59 -08:00
2019-02-16 20:55:56 -08:00
2019-02-17 22:40:49 -08:00
2020-12-27 09:59:53 -08:00
2019-05-20 20:31:54 -07:00
2020-02-16 21:45:20 -08:00
2019-07-07 20:59:12 -07:00
2019-05-20 20:35:54 -07:00
2019-04-29 21:44:35 -07:00
2019-02-17 21:19:08 -08:00

SW Checkin

Build Status Maintainability Test Coverage Docker Build Status Docker Image Size

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
Description
No description provided
Readme GPL-3.0 272 KiB
Languages
Python 95.2%
Makefile 2.5%
Dockerfile 1.4%
Shell 0.9%