https://github.com/pauldowman/gmoney
Automatically download your bank transactions into a Google Spreadsheet
https://github.com/pauldowman/gmoney
Last synced: about 1 month ago
JSON representation
Automatically download your bank transactions into a Google Spreadsheet
- Host: GitHub
- URL: https://github.com/pauldowman/gmoney
- Owner: pauldowman
- License: gpl-2.0
- Created: 2008-07-27T19:33:26.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T06:46:34.000Z (over 2 years ago)
- Last Synced: 2025-03-26T00:51:20.309Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 23.4 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
GMoney
======Automatically download your bank transactions into a Google Spreadsheet
-----------------------------------------------------------------------[http://github.com/pauldowman/gmoney](http://github.com/pauldowman/gmoney)
GMoney downloads your bank account transactions and inserts them into a Google spreadsheet. You can write additional sheets to generate summaries, spending reports and charts. (I have a pretty complex spreadsheet with spending reports and graphs but I don't know a good way to make that general and shareable, ideas are welcome.)
GMoney requires the [mechanize](http://mechanize.rubyforge.org/mechanize/) and [ofx-parser](http://ofx-parser.rubyforge.org/) gems.
Unless you use one of the banks that I've already written an interface for, you'll need to roll up your sleeves and write a few lines of code to script logging in to your bank and clicking the "download transactions" link. But it's not that hard, it's done using the awesome [mechanize](http://mechanize.rubyforge.org/mechanize/) library. See [accounts/pc_financial.rb](http://github.com/pauldowman/gmoney/tree/master/accounts/pc_financial.rb) for an example. If you do that please send me a patch or pull request and I'll add your bank.
Your account details (login, account id, password, etc) go into $HOME/.gmoney/config.rb
Copyright 2007 - 2011 [Paul Dowman](http://pauldowman.com/) ([@pauldowman](http://twitter.com/pauldowman))
This is free software, and you are welcome to redistribute it under
certain conditions. This software comes with ABSOLUTELY NO WARRANTY.
See the file named COPYING for details.