Skip to content

jtc1246/FlightHopper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlightHopper

Introduction

The purpose of this project is to find cheaper transfer flights. For example, if you want to go from A to B, sometimes A -> B -> C will be cheaper than A -> B, then you can buy A -> B -> C ticket and leave at B. The purpose of this project is to find the C cities that save money for you.

Consider this, I want to go from San Francisco to Detroit, but ...

 

Name of this project is from ChatGPT: https://chatgpt.com/share/66e89fd5-ed84-8009-b485-f33abff78ff7

Installation

pip3 install FlightHopper

Usage

import FlightHopper

FlightHopper.search_transfer_flights('LAX', 'DTW', '20241119')

Date should be 8-digit string. Departure and destination can be 3-letter city code or 3-letter airport code.

Data Source

Flight price data is from trip.com.

Airport (city) and reachability data is from flightradar24.com.

About

Search for cheaper transfer fights, where your destination is the transfer city.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages