landakram / plaid-cli

A CLI tool for working with the Plaid API. Link accounts and pull transactions from the command line.
MIT License
39 stars 9 forks source link

Still maintained? #7

Open phretor opened 4 months ago

phretor commented 4 months ago

Hi! Is this project still maintained?

fg-charles commented 1 month ago

i'm wondering the same thing but i'm assuming it's not. i tried setting up the application and after setting my environment variables and using plaid-cli link, I get the following output:

Error loading tokens from /home/cgf/.plaid-cli/data/tokens.json. Assuming empty tokens. Error: unexpected end of JSON input
Error loading aliases from /home/cgf/.plaid-cli/data/aliases.json. Assuming empty tokens. Error: unexpected end of JSON input
Post "https://development.plaid.com/link/token/create": dial tcp: lookup development.plaid.com: Temporary failure in name resolution
fg-charles commented 1 month ago

i'm wondering the same thing but i'm assuming it's not. i tried setting up the application and after setting my environment variables and using plaid-cli link, I get the following output:

Error loading tokens from /home/cgf/.plaid-cli/data/tokens.json. Assuming empty tokens. Error: unexpected end of JSON input
Error loading aliases from /home/cgf/.plaid-cli/data/aliases.json. Assuming empty tokens. Error: unexpected end of JSON input
Post "https://development.plaid.com/link/token/create": dial tcp: lookup development.plaid.com: Temporary failure in name resolution

I'm guessing the method for creating tokens has changed since this was written