Skip to main content

The Fly Tracker library lets you monitor the flight prices for any route. The user has the option to set up notifications for the tracked route which can help him book tickets when he wants to.

Project description

fly_tracker

An open source project that helps you get the best flight deals!

license issues PyPI

Code Coverage

codecov

status

Overview

The Fly Tracker library lets you monitor the flight prices for any route. The user has the option to set up notifications for the tracked route which can help him book tickets when he/she wants to.

Table of Contents

Installation

To install the library:

pip install fly_tracker

Usage

The library takes the following arguments:

Argument Name Type Description
src Source string Source City
dst Destination string Destination City
price Price int The threshold price that you want to set
date Date string The date you want to fly on

Run the following command:

python fly_tracker --src src-city --dst dest-city --price price --date date

Replace src-city, dest-city, price, and date with your desired values. This will start tracking the flight prices for the specified route.

Example

python fly_tracker --src "New York" --dst "Boston" --price 100 --date "12 May"

This creates a 'Results_TimeStamp.csv' file with all airfares between New York and Boston on 12th May below 100$.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

fly_tracker-0.0.1-py3-none-any.whl (317.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page