|
|
|
|
|
by kureikain
1804 days ago
|
|
I have been toying with this idea and my solution is to use email. Everytime I made purchase my bank (BankOfAmerica) send me an email, I parse that email and write data to a google sheet. It's great because I don't need to give credential to service like Plaid. I used webhook of service like https://hanami.run and configure my bank to send email notification to name@domain.com (my own domain). Hook it up with hanami.run webhook (or any email to webhook service) and voila, now you can parse the email body and do whatever you want with it, in real time. Bank sends email pretty quick. |
|