Use Robot Framework to automate exporting account transactions from ASB
Daniel Sheffield fcd3182d07 update run script | vor 1 Jahr | |
---|---|---|
.gitignore | vor 2 Jahren | |
Download Statements.robot | vor 2 Jahren | |
Readme.md | vor 2 Jahren | |
Variables.robot.example | vor 2 Jahren | |
red.xml | vor 2 Jahren | |
requirements.txt | vor 2 Jahren | |
run.sh | vor 1 Jahr |
Install node.js from https://nodejs.org/en/download/
Install python requirements:
python3 -m pip install --user -r requirements.txt
Initialize rfbrowser:
rfbrowser init
For help with robotframework-browser, see RF Browser
Create Variables.robot
with appropriate variables:
There is an example Variables.robot.example
Run (linux):
./run.sh
For windows, creating a .batch file port of the run.sh
bash script should be straight-forward. Create a pull request!