⚠️ Work in Progress: This project is currently under development.
A small tool for bringing certain financial records into view.
rbsee is a small, private tool that automates the process of collecting
transaction data and official statements from a familiar institution.
Check if the proxy is running:
npm run mock:statusStart the proxy server:
npm run mock:upRun automation in dev mode:
npm run devRun automation in dev mode with visible browser:
RBSEE_HEADLESS=0 npm run devStop the proxy server:
npm run mock:downOn some systems, Docker requires elevated privileges.
If needed, you can set a custom Docker command via:
export RBSEE_DOCKER_CMD="sudo docker"For local development and testing, rbsee can use a mock HTTP proxy instead of
talking to the real site. That proxy can be created with
Mockasite.
rbsee is available under the MIT License.