项目作者: shubham101096

项目描述 :
A cheap flight ticket finder
高级语言: Python
项目地址: git://github.com/shubham101096/flight-deals.git
创建时间: 2021-06-19T09:02:24Z
项目社区:https://github.com/shubham101096/flight-deals

开源协议:

下载


flight-deals

This is python program which helps in getting great flight deals to the desired destinations without having us to check for flight ticket prices manually.
This program can be run daily on on the cloud (e.g using python anywhere).

You need to provide 2 google sheets:

  1. ‘Users’ sheet: It has 3 columns: First Name, Last Name, Email.
    alt text
  1. ‘Prices’ sheet: It has 3 columns: City, IATA Code, Lowest Price
    alt text

The flight search api (TEQUILA API) is used to check if there are flights available in next 6 months for the cities and below the prices as given in ‘Prices’ sheet.
If available email is sent to all the people in the ‘Users’ sheet.

alt text