Script to download last two years of transactions from ME Bank accounts.
pip install -r requirements.txt
python mebank.py --username <USERNAME> --password <PASSWORD> --account "Everyday Transaction Account"
python mebank.py --username <USERNAME> --password <PASSWORD> --account "Online Savings Account"