|
|
|
|
|
by xavi
3748 days ago
|
|
I'm working on BankBotsBank (https://github.com/bankbotsbank/bankbotsbank), an open effort to develop a collection of open-source bots that provide API access to accounts on any bank. I developed the first bot, which can be used as a sample, with JavaScript (ES6, and ES7's async/await) and Nightmare (based on Electron, so on Chromium). It's awesome because free API access to this data for any bank in the world may enable new and interesting fintech apps (actually, for me this project is a stepping stone towards another project that I plan to build on top of it), and I think that the open-source approach is the most effective way to achieve that (i.e. free and comprehensive API access to accounts data on any bank of the world). |
|
Have you thought of making some sort of framework that can handle security and aggregate the data, and have developers plug in the bank specific bots?