9 lines
326 B
Bash
9 lines
326 B
Bash
PW="2J3^@!Th9hHz&M3qL9SAJTKco5xF&oqM"
|
|
acct="calebyoung94"
|
|
creditid="YO4NL8BL1YO9YPL|11006"
|
|
bankid=324377516
|
|
lastdate=$(<amex/last_amex_date)
|
|
|
|
python3 -m ofxtools.scripts.ofxget stmt amex --pretty -u $acct --password $PW --creditcard $creditid --bankid $bankid -s $lastdate > amex/credit.ofx
|
|
date +%Y%m%d > amex/last_amex_date
|