/easy_cheap_flights_checker

Use Python with Skyscanner API to search cheap flights.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Easy Cheap Flights Checker in Python

Use RaidAPI with Skyscanner API to get cheap flights info quick and easy.

(for complete tutroial, please visit https://www.codeastar.com/cheap-flights-checker-flight-for-your-dream/ )

Quick Install

$pipenv install

How to run

(for the first time)

export SKYSCAN_RAPID_API_KEY=you_api_key (for Linux/MacOS) or $Env:SKYSCAN_RAPID_API_KEY="you_api_key" (for Win10, double quotes are needede)

python skyscanner.py


(after the first run)

python skyscanner.py

Sample Result

Cheap Flights Checker in Python