banker
Version:
Downloads transactions and balances from online banking websites using Zombie.js.
18 lines (17 loc) • 406 B
JSON
{
"bankName" : "regions",
"username" : "me",
"password" : "mypw",
"securityQuestions" : {
"What is the answer?" : "42"
},
"accounts" : [
{
"description" : "LIFEGREEN CHECKING******1234",
"filename" : "checking"
}, {
"description" : "LIFEGREEN SAVINGS******1234",
"filename" : "savings"
}
]
}