https://github.com/kierse/bany
Third-party transaction syncing utility for YNAB
https://github.com/kierse/bany
budgeting clean-architecture ynab
Last synced: 6 months ago
JSON representation
Third-party transaction syncing utility for YNAB
- Host: GitHub
- URL: https://github.com/kierse/bany
- Owner: kierse
- Created: 2019-03-17T01:25:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-12T04:33:23.000Z (over 2 years ago)
- Last Synced: 2025-06-03T01:52:51.325Z (9 months ago)
- Topics: budgeting, clean-architecture, ynab
- Language: Kotlin
- Homepage:
- Size: 592 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bany #
When starting work on Bany, I had a couple goals in mind:
1. develop a command-line utility flexible enough that it could be used to fetch transactions from any financial institution and sync them with YNAB.
1. do a deep dive into [The Clean Architecture](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html).
After some initial effort, I have decided to halt work. Many of the financial institutions I use personally employ measures to prevent screen scaping and/or unauthorized API usage.