Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 706 Bytes

File metadata and controls

26 lines (16 loc) · 706 Bytes

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