#BAWAG CSV Downloader
The goal of this script is to be able to download your .csv Files from the BAWAG Banking server. And make them importable to YNAB Currently you can only convert already downloaded csv files
This is based on node.js. For Windows I would suggest using Chocolatey and then running
choco install nodejs.install
Once node.js is installed go into the directory of the script and run
npm install
to load all pre-requisite node modules
- Fill in your banking details in the .env file (see dotenv.sample for more)
- Start the program with
node bawag.js
The Download script is is an alpha version (basically just a stub) which can:
- It loads the initial login-screen
- Checks the eBanking version number
- returns the first H3 element.
It cannot submit forms (yet).