Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 786 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 786 Bytes

easyJet-Price-Check

Checks easyJet's website for specific return flight prices and sends a push notification via prowl if cheaper.

Description

This allows you to claim back the difference if price drops since you book the flight. See this article on MSE.

Usage

You'll need to edit GetPrices to include the Departure/Return flight details (Airports, Date, Time, Price, Passengers) and to include your prowl API key (which you must set up in advance with prowl). You'll obviously also need to make the script executable.

You'll also need to make your system run the script regularly, e.g. cron on linux or launchd on OSX. I used LanuchControl to set it up on OSX.