Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

mbank-scraper

viktorbezdek2MIT0.1.1

Download transaction data from Czech mBank online banking account

readme

mbank-scraper

Build Status Downloads Downloads npm version dependencies dev dependencies License

Download T - 1 month transaction data from Czech mBank online banking account. Powered by NightmareJS.

Getting Started

Install it via npm:

npm install mbank-scraper

And use like this:

import downloadLastMonthData from 'mbank-scraper';

downloadLastMonthData('your username', 'your password', './file_name.csv')
  .then((filePath) => console.log(filePath))
  .catch((e) => console.error(e))

Roadmap

  • Find a way to include tests while maintaining sensitive info private
  • Multiple accounts support
  • Range specification
  • Format selection
  • Optional CLI interface

Longshot

  • Support for more online accounts

License

MIT