0.1.1 • Published 8 years ago

mbank-scraper v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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