This look like a new project which supports Beancount output: https://github.com/madhat2r/plaid2text
>From its web page: The purpose of this python script is to bring those of us who chose to use command line accounting, some of the benefits of more conventional accounting programs, namely the ability to pull our transaction information from supported institutions via automated means and format them into our preferred text syntax. Currently, this program supports Ledger <http://ledger-cli.org/> and Beancount <http://furius.ca/beancount/>syntax exports. To download transactions, we use Plaid <http://www.plaid.com/>. This program will help you setup your accounts and download transactions from the Plaid API. I have tried to make this as simple as possible to setup. Also, once downloaded, your transactions will be stored in a Mongo database. It is actually the transactions pulled from the database that we run though our syntax renderers. This is required to help keep track of which transaction we have already processed (as well as have records to reconstruct our files should the need arise). The main inspiration for the workings of the export part of the script came from the excellent icsv2ledger <https://github.com/quentinsf/icsv2ledger>. I borrowed heavily from Quentin’s excellent script in making this tool, and in some places I have shamelessly stolen his code altogether. -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/CAK21%2BhNVZwVRaGSukhnXqdaJuY66Qin3FipKPYDc72n8dngmLw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
