Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mykalmachon/rbc-lunchmoney
Import RBC transactions into LunchMoney
https://github.com/mykalmachon/rbc-lunchmoney
integration lunchmoney rbc
Last synced: about 2 months ago
JSON representation
Import RBC transactions into LunchMoney
- Host: GitHub
- URL: https://github.com/mykalmachon/rbc-lunchmoney
- Owner: MykalMachon
- License: mit
- Created: 2023-10-03T14:54:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-07T07:01:58.000Z (over 1 year ago)
- Last Synced: 2024-11-21T03:16:15.915Z (2 months ago)
- Topics: integration, lunchmoney, rbc
- Language: TypeScript
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RBC-LunchMoney
An integration application between RBC and LunchMoney.app
## Introduction
This tool takes Royal Bank of Canada account export CSVs, matches them to existing accounts in Lunchmoney, and automates the import process. This should make importing things into LunchMoney easy, given Plaid's terrible support for RBC accounts (despite [their partnership](https://plaid.com/blog/plaid-expands-presence-in-canada/) ð)
**Update**: [this article](https://www.reinvestwealth.com/post/plaid-and-rbc-pioneering-open-banking-and-fostering-innovation) claims the aforementioned Plaid x RBC API will go live in 2024 ðĪ
## Getting Started
If you want to use this tool to import RBC transactions into LunchMoney, and you're on a Mac/WSL/Linux box, you can [download the latest release from the releases page](https://github.com/MykalMachon/RBC-LunchMoney/releases).
From there, just run the binary and it should take you through the process step-by-step.
If you have any issues, please feel free to [submit an issue](https://github.com/MykalMachon/RBC-LunchMoney/issues).
> [!NOTE]
> I know the binary is huge (~100mb for a CLI app is ðĪŠ). Unfortunately [Bun's compiled binaries are huge](https://bun.sh/docs/bundler/executables#minification).## Other documentation
- [LunchMoney API](https://lunchmoney.dev/)
- [RBC transaction export guide](https://www.rbcroyalbank.com/onlinebanking/bankingusertips/accountingsoftware/index.html)