It's closely tied to my workflow and to ledger-web, so I don't know how useful it'll be for other people, but sure:
https://gist.github.com/peterkeen/56099681190c22d57c92ae3fc6a2250c The idea is that it will dump out new transactions, and it knows which ones are new by looking for tiller transaction IDs it already knows in the database. You could probably set that up with Python or by grepping over your ledger files as well, but this way was easy for me. On Fri, Oct 19, 2018 at 9:57 PM Colin Dean <[email protected]> wrote: > This sounds really great. Would you mind sharing your Docs API code? > > On Tuesday, October 16, 2018 at 6:58:13 AM UTC-4, Peter Keen wrote: >> >> I use Tiller. It’s a paid service that dumps transactions from all of my >> accounts (without account numbers) into Google Docs, and then I use the >> Docs API to pull transactions directly into ledger format. >> >> https://www.tillerhq.com >> >> >> On Tue, Oct 16, 2018 at 3:21 AM Matthew Sewell <[email protected]> wrote: >> >>> I wrote a custom script to download csv files from my banks. It’s >>> written in python with Selenium. I have it running on a cron job daily. It >>> downloads then runs it through Reckon to add the transactions to my ledger >>> file and then it emails me reports. It’s fairly simple to do with basic >>> python knowledge. >>> >>> Matt Sewell >>> >>> -- >>> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Ledger" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- > > --- > You received this message because you are subscribed to the Google Groups > "Ledger" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
