Skip to content
This repository was archived by the owner on May 30, 2018. It is now read-only.

Scripts for downloading credit card and bank transactions.

Notifications You must be signed in to change notification settings

idealisms/fetch-transactions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived

This has been merged with spent.
Original description preserved below.

Scripts for Downloading Credit Card and Bank Transactions

This is a set of Node.js scripts using Puppeteer to sign in to bank accounts and download bank transactions.

This is an alternative to using something like Mint for budgeting.

Running on a Raspberry Pi 3 running Raspbian stretch.

Here are a few notes about getting Puppeteer to run on a Raspberry Pi. The Puppeteer npm package doesn't download an ARM version of Chromium. The following is a launchpad built version of Chromium for ARM (this requires Raspbian stretch).

wget https://launchpad.net/~chromium-team/+archive/ubuntu/beta/+build/14381587/+files/chromium-codecs-ffmpeg_65.0.3325.88-0ubuntu0.17.10.1_armhf.deb; sudo dpkg -i chromium-codecs-ffmpeg_65.0.3325.88-0ubuntu0.17.10.1_armhf.deb

wget https://launchpad.net/~chromium-team/+archive/ubuntu/beta/+build/14381587/+files/chromium-browser_65.0.3325.88-0ubuntu0.17.10.1_armhf.deb; sudo dpkg -i chromium-browser_65.0.3325.88-0ubuntu0.17.10.1_armhf.deb

I found this in the issue tracker: puppeteer/puppeteer#550

About

Scripts for downloading credit card and bank transactions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published