This script checks the availability of low price one-way JAL tickets from Taipei to Boston. An email notification is sent out once the price falls below the specified threshold.
Several options are available using the command line:
usage: jal_price.py [-h] [-m GMAIL_ACCOUNT] [-t TO_ADDR]
optional arguments:
-h, --help show this help message and exit
-m GMAIL_ACCOUNT gmail account
(won't send notification if not specified)
-t TO_ADDR comma separated email addresses to send notification to
(send to GMAIL_ACCOUNT if not specified)
Make sure to turn on access for less secure apps in the Google account security setting to send notification email using python.