{"id":16578297,"url":"https://github.com/arscan/mintkit","last_synced_at":"2025-03-23T14:31:02.879Z","repository":{"id":8781672,"uuid":"10470297","full_name":"arscan/mintkit","owner":"arscan","description":"Mint.com ruby API","archived":false,"fork":false,"pushed_at":"2014-05-07T00:10:35.000Z","size":177,"stargazers_count":14,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T21:07:35.497Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arscan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-04T03:38:41.000Z","updated_at":"2022-01-12T22:45:34.000Z","dependencies_parsed_at":"2022-07-12T21:33:29.703Z","dependency_job_id":null,"html_url":"https://github.com/arscan/mintkit","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arscan%2Fmintkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arscan%2Fmintkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arscan%2Fmintkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arscan%2Fmintkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arscan","download_url":"https://codeload.github.com/arscan/mintkit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245115687,"owners_count":20563210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T22:13:47.939Z","updated_at":"2025-03-23T14:31:02.538Z","avatar_url":"https://github.com/arscan.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mintkit\n\nA Mint.com API.  Not at all affiliated with or endorsed by mint.com/intuit.  Your mileage may vary.\n\nThis is currently not being maintained. I will circle back when I have a chance, but in the meantime try out \nhttps://github.com/mattdbridges/minty\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'mintkit'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install mintkit\n\n## Usage\n\nCommand line: \n\n``` shell\nmintkit --help\n```\n\nRuby API: \n\n```ruby\nclient = Mintkit::Client.new(username,password)\n\n# tell mint to refresh all your accounts\nclient.refresh             #(note: it doesn't block yet while refreshing)\n\n# dump all accounts and transactions\nputs client.accounts       #print out the accounts\nputs client.transactions   #print out all your transactions\n\n# or use iterators (works for accounts as well)\nclient.transactions do |t|\n   puts \"#{t[:account]} #{t[:amount]} #{t[:description]} #{t[:date]}\"\nend\n\n```\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farscan%2Fmintkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farscan%2Fmintkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farscan%2Fmintkit/lists"}