Giter VIP home page Giter VIP logo

plaid-cli-python's Introduction

plaid-cli-python

A CLI tool for interacting with the Plaid API, inspired by https://github.com/ebridges/plaid2qif and https://github.com/landakram/plaid-cli

Installation

First, create a Plaid Developer account on Plaid.

Install the Python package

pip install git+https://github.com/dthigpen/plaid-cli-python

Setup your Plaid variables by creating a .env file in your working directory or at ~/.plaid-cli-python/.env

PLAID_ENV="development"
PLAID_CLIENT_ID="<your-client-id>"
PLAID_SECRET="<your-secret"

Usage

Link a financial institution

plaid-cli-python link my-bank

View accounts for a linked institution

$ plaid-cli-python accounts my-bank
type        subtype    name            account_id
----------  ---------  --------------  -------------------------------------
depository  checking   Plaid Checking  7DbD5aGADeILMKMJNJErFvVX3MlxPxF8n9jBN

Add an alias for an item, such as an account-id

plaid-cli-python alias my-bank <long-account-id> chase_checking

View transactions for a given account

$ plaid-cli-python transactions --start 2023-10-08 --end 2023-11-30 --account chase_checking my-bank
date          amount  name                    pending
----------  --------  ----------------------  ---------
2023-11-09      6.33  Uber 072515 SF**POOL**  False
2023-10-27      5.4   Uber 063015 SF**POOL**  False
2023-10-25   -500     United Airlines         False
2023-10-24     12     McDonald's              False
2023-10-24      4.33  Starbucks               False
...

View the same transactions in different formats: table (default), csv, or json.

plaid-cli-python -o csv transactions --start 2023-10-08 --end 2023-11-30 --account chase_checking my-bank

plaid-cli-python's People

Contributors

dthigpen avatar

Stargazers

Alejandro Figueroa avatar Melissa Padilla avatar Evan Sarmiento avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.