Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyek authored Apr 6, 2024
1 parent 85f32d5 commit 1bb2d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

"Bank Bots" is a personal project I wrote that helps me solve the issue of needing to programmatically access my bank (Banco Industrial) account's transactions. Even though they are the biggest bank in Guatemala, they don't have an API or SDK of any sort. So I had to take matters into my own hands!

It is a web scraping bot written in TypeScript, Node.js, using PlayWright to extract the transaction data from my bank's website and stores it in a PostgreSQL database. Additionally, a Go-based program interfaces with the [YNAB](https://www.ynab.com/) budgeting app via their REST API (using a Go community-built SDK), syncing the scraped transaction data for my personal budget management.
It is a web scraping bot written in TypeScript, Node.js, using [Playwright](https://playwright.dev/) to extract the transaction data from my bank's website and stores it in a PostgreSQL database. Additionally, a Go-based program interfaces with the [YNAB](https://www.ynab.com/) budgeting app via their REST API (using a Go community-built SDK), syncing the scraped transaction data for my personal budget management.

The project emphasizes automation, data integration, and the use of cloud technologies to overcome local banking constraints.

Expand Down

0 comments on commit 1bb2d0d

Please sign in to comment.