|
|
|
|
|
by foxylad
4039 days ago
|
|
My business has bank accounts in four countries, and none of these banks provides a scriptable way to access transaction data. My current solution is to manually download data from each acount for processing, but when I get some play time I want to see how the bank apps communicate, and attempt to turn this into an API. Anyone had any success with this approach? |
|
As I see it, upside of this approach is that you can scrape pretty much everything you can open in your browser. Downside is that you have to update your scraper every time website changes. From my personal experience this happens at least once a month.