This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env ruby | |
# Downloads "Payment Received" transactions from the EasyPayMetrocard | |
# website (www.easypaymetrocard.com"). | |
# | |
# Requires capybara and capybara-webkit for headless JavaScript execution - | |
# the EasyPayMetroCard site requires JavaScript to obtain account activity. | |
# | |
# To install capybara-webkit, you must first install Qt, a cross-platform | |
# development kit. For instructions, see |
NewerOlder