This project tracks the cheapest flights from ATL (or CHA) to SGN, SFO, LAX, NYC, etc. for the next six months, with data being added to a linked Google Sheet. If a city is added without an IATA code, the Python script automatically updates it with the correct code. If the script finds a cheaper flight price, it will send an SMS alert using Twilio, as well as an email via SMTP.
To get started, run cp .env.sample .env
to create an .env
file and update the file accordingly. Users are required to sign up at Sheety, Tequila by Kiwi, and twilio in order to run this Python script.