Skip to main content

a screen-scraping API for Mint.com

Project description

mintapi

a screen-scraping API for Mint.com.

Requirements

Ensure you have Python 2 or 3 and pip (easy_install pip) and then:

pip install mintapi

Usage

from Python

From python, simply call get_accounts. We recommend using the keyring library for persisting credentials.

import mintapi
accounts = mintapi.get_accounts(email, password)

from anywhere

Run it as a sub-process from your favorite language. From the command-line, the output is JSON:

>>> mintapi email password
[
  {
    "accountName": "Chase Checking",
    "lastUpdatedInString": "25 minutes",
    "accountType": "bank",
    "currentBalance": 100.12,
    ...
  },
  ...
]

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mintapi-1.2.tar.gz (1.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page