-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# bank bots | ||
|
||
## Overview | ||
|
||
"Bank Bots" is a personal solution to the absence of banking APIs in Guatemala, enabling automated tracking of my bank transactions. It utilizes web scraping bots written in TypeScript, NodeJS, and using PlayWright to extract transaction data from my banks' websites and store it in a PostgreSQL database. Additionally, a Go-based program interfaces with the YNAB budgeting app via its REST API, syncing the scraped transaction data for my budget management. | ||
|
||
The project emphasizes automation, data integration, and the use of cloud technologies to overcome local banking constraints. | ||
|
||
## Technical Stack | ||
|
||
- **Programming languages**: TypeScript/NodeJS, Go | ||
- **Database**: PostgreSQL | ||
- **Compute**: AWS Lambda | ||
- **Infrastructure as Code**: Terraform, Serverless Framework | ||
- **CI/CD**: Github Actions | ||
- **Other**: Docker, AWS ECR, AWS EventBridge Schedules, | ||
|
||
## Usage | ||
|
||
> Note: This project is designed for personal use and tailored to specific banking websites in Guatemala. It will not work for you unless you live here, too. If you do, that's cool! |