Minty is the Unofficial Ruby API for Mint.com.
Add this line to your application's Gemfile:
gem 'minty'
And then execute:
$ bundle
Or install it yourself as:
$ gem install minty
To see how to use minty
on the command line, you can just run
$ minty
Usage: minty [subcommand] [options]
Available subcommands are:
login: Save your Mint.com credentials for other actions
refresh: Refresh your Mint.com accounts
accounts: Display a table of your Mint.com accounts
categories: Display a table of your Mint.com categories
goals: Display your Mint.com goals
transactions: Transactions recorded on Mint.com
For more options on each subcommand, try:
minty [subcommand] --help
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request