Scripts
Bank scripts are C# files (.csx) that tell Beanscrape how to log in, navigate, and extract transactions from a specific bank’s website.
Running a script
Pass a .csx file path to beanscrape run:
$ beanscrape run ./mybank.csx
See Run for details.
Reviewing scripts
Scripts are plain text C# files. Open them in any editor to review what they do before running. You can verify a script doesn’t exfiltrate your credentials.
Creating scripts
See Teach and Script Creation for how to create a new script for your bank.