Skip to content

python program to find cheap flights from LAX to different cities around the world.

Notifications You must be signed in to change notification settings

jawadswed/cheap-flights-finder

Repository files navigation

cheap-flights-finder

This program takes a google sheet that has the follwing cities and loweest price columns and then does the follwing

1- read the data from the google sheet using sheety api

Screenshot 2024-07-18 105700

2- populate the IATA code for each city using amadeus api

Screenshot 2024-07-18 105633

3- using those IATA codes, it tries to find flight prices from LAX to those cities codes that are lower than the lowest price column in the google sheet.

4- it searches fist for direct flights if it finds one. if it doesnt then it saeeches for multistops flights.

5- then it populates emails from another google sheet that has all the emails of the "signed in" users.

6- if results are found it sends a low price alert to those users as an SMS, WHatsApp and email .

About

python program to find cheap flights from LAX to different cities around the world.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages