mbank-scraper
v0.1.1
Published
Download transaction data from Czech mBank online banking account
Downloads
15
Readme
mbank-scraper
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