29 comments

[ 3.0 ms ] story [ 65.7 ms ] thread
Nice work! I've been mulling something like this for awhile. I use YNAB (classic) to track our budget, but I haven't made the switch to their new subscription-based version because it just doesn't fit my workflow as well. The experience made me think more deeply about what I actually need in a tool like this, and I came to a similar conclusion that you seem to have: I need a convenient way to enter my expenses and balances, and a way to analyze them. A spreadsheet is perfect for the latter purpose, but isn't very good at all for the former.

Having said that, the thing I care about the most in YNAB is importing expenses from my bank accounts. My thought on replacing this was to be able to add download URLs to my spreadsheet and kick off a script which would prompt for manual username and password entry (so that the credentials aren't saved) before downloading and parsing the exports. I haven't gotten around to creating this yet - if you added it to your project, I would seriously consider using it!

(comment deleted)
I switched from YNAB classic to http://plaintextaccounting.org/ and I'm satisfied.

If you like a command line based approach I'd recommend you to have a look.

Would switch to this immediately if there was a good UI for iOS that kept in sync via Dropbox or some other method. I was disappointed that YNAB ditched the old model and decided to go towards subscription. I am currently using YNAB (Classic) and am looking for a way out because I understand that it will eventually die. There doesn't seem to be a good replacement that has good iOS and Desktop applications (GUI or CLI).
I came to a smiliar conclusion and have been working on a solution for my particular set of bank accounts. So far it downloads transactions from citizens bank or venmo using selenium. Then in a separate stage it parses them into a python object based spreadsheet.

I've also used YNAB and loved how it could categorize spending. So a part of my project is that it lets you use udev-inspired matching rules to assign categories or other properties to transactions.

You can also put credentials for each bank in an encrypted file behind a master password. I can't promise it's secure but it's enough for me to not worry about saving the info to disk.

There's still work to do: I've only implemented a couple bank backends and some core logic, and haven't got around to adding anything for analysis, or a real setup.py, or a readme. Still working on it a bit every day. Fidelity is next. Would love it if anyone was interested and wanted to add their own equally jank bank backend.

https://www.github.com/tmerr/bank_wrangler

> why? Privacy. It's your personal data. It should belong to you.

Well, it uses Google sheets to store the data. So I don't agree with this 'benefit'.

I agree. But the idea is not to pass it on any other third party for visualization. I feel Google Sheets will be comparatively more secure than other options out there.
That's true. Safer than giving your data to Intuit or similar, for sure. Google is very unlikely to analyze your spreadsheet to understand what it's about.
Is this sarcastic..? Sounds like something I would especially see Google do.
There are plenty of people for whom adding their expenses to a Google Sheet offers little reduction in privacy. For those people, the statement is accurate.
Is there a demo I can try without connecting it to my Google account? Also, why does it say the app is "Tracking Numbers" when clicking Login? Makes it seem fishy.
although not free, ynab (you need a budget) is probably a much better way to track expenses and budgeting.
I don't know about nYNAB but I've used YNAB daily for more than two years. It's a glorified spreadsheet with a nice mobile UI for entering expenses.
I get "Cannot find the sheet" from Windows/Chrome. Details takes me back to the Github page. Was something removed?
You need to add sheet to your Google Drive first. Details points to the step-by-step instructions to do so.
It is an interesting idea to store data on a private (also shareable) excel sheet instead of a database.
Sharing your finance planning with someone close who also shares your finances makes a lot of sense.
I'm aware this isn't a place intended for troubleshooting questions, but when one adds a read-only Google Sheet to their drive, doesn't it just make a shortcut? I clicked on the Drive icon as shown in the tutorial but the document is still read-only, and the app says that it isn't in my Drive. I tried making a copy with the same name, but no dice either. What am I missing?
Nice one. I have been using a similar method with Google Forms that carries the data over to a google spreadsheet, for a while now.