Skip to content

bunsn/boiler-bookmarklet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boiler Bookmarklet

Download financial transactions as CSV with a bookmarklet.

This implements Boiler to format and download financial data from online banking websites. It currently supports Cater Allen, HSBC, and NatWest (I believe), but it should be relatively easy to add support for your bank by writing a statement definition.

It has been designed to run as a bookmarklet, so to run it, add the following to your bookmarks:

javascript:(function()%7Bvar%20link%3Ddocument.createElement(%22link%22)%3Blink.rel%3D%22stylesheet%22%2Clink.href%3D%22https%3A%2F%2Frawgit.com%2Fbunsn%2Fboiler-bookmarklet%2Fmaster%2Fdist%2Fapp.min.css%22%2Cdocument.body.appendChild(link)%3Bfunction%20callback()%7B%7Dvar%20s%3Ddocument.createElement(%22script%22)%3Bs.addEventListener%3Fs.addEventListener(%22load%22%2Ccallback%2C!1)%3As.readyState%26%26(s.onreadystatechange%3Dcallback)%2Cs.src%3D%22https%3A%2F%2Frawgit.com%2Fbunsn%2Fboiler-bookmarklet%2Fmaster%2Fdist%2Fapp.min.js%22%2Cdocument.body.appendChild(s)%3B%7D)()

Note: this is the development version, so is likely to change, and may be hosted elsewhere in the future.

License

See the LICENSE file for license rights and limitations (ISC).


The Bunsn logo is adapted from the Fire Flame Match Icon by Pixel Buddha, and is licensed under Creative Commons (Attribution 3.0 Unported)

About

Download financial transactions as a CSV with a bookmarklet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published