jdholtz / auto-southwest-check-in

A Python script that automatically checks in to your Southwest flight 24 hours beforehand.
GNU General Public License v3.0
460 stars 89 forks source link

Add a same day option for the fare checker #303

Closed jdholtz closed 2 months ago

jdholtz commented 2 months ago

Fixes #212.

Options are documented in the Check Fares section of the configuration documentation.

Specifying the same_day_nonstop value to the check_fares config option will make the script will check for lower fares across all nonstop flights on the same day the flight is. Adjacently, specifying the same_day value for check_fares will check for lower fares across all flights on the same day, not just nonstop flights.

Integration tests were added to ensure all filters are working as expected.