This project helps in finding the best flight deals using various APIs.
data_manager.py
: Handles the Google Sheet data.flight_search.py
: Manages the flight search and fetching IATA codes.main.py
: The main script to run the project.notification_manager.py
: Notifies the user in case of flight is cheaper than the price mentioned
- Clone the repository.
- Install the required dependencies.
- Run the
main.py
script.