mirror of https://github.com/perkeep/perkeep.git
2c05f1a3d9
And also speed up /importer/TYPE page's query by saying it's unsorted, which gets us a better index. Hacky workaround. Should fix it in the query planner later instead. Fixes #1105 Change-Id: I140ffb40456ec802844584568d2f1a7a38b26e41 |
||
---|---|---|
.. | ||
README | ||
institutions.go | ||
plaid.go |
README
Plaid Importer ============== Plaid (plaid.com) is a service that allows users to connect to financial institutions (namely credit card providers) and retreive financial transactions in a uniform format. To use: 1) Sign up for a Plaid developer account: https://dashboard.plaid.com/signup 2) Start the devcam server with plaidapikey flag: $ devcam server -plaidapikey=<client_id>:<secret> 3) Navigate to http://<server>/importer/plaid and click "Add new account" 4) Enter username and password for your financial institution's account, and select the institution type (eg, Amex). (Unfortunately, OAuth is not available) 5) Watch your transactions roll on in