Skip to content

chrisg123/rbsee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rbsee

⚠️ Work in Progress: This project is currently under development.

A small tool for bringing certain financial records into view.

Overview

rbsee is a small, private tool that automates the process of collecting transaction data and official statements from a familiar institution.

Run using a proxy for testing

Check if the proxy is running:

npm run mock:status

Start the proxy server:

npm run mock:up

Run automation in dev mode:

npm run dev

Run automation in dev mode with visible browser:

RBSEE_HEADLESS=0 npm run dev

Stop the proxy server:

npm run mock:down

Docker permissions

On some systems, Docker requires elevated privileges.

If needed, you can set a custom Docker command via:

export RBSEE_DOCKER_CMD="sudo docker"

Related project: Mockasite

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.

License

rbsee is available under the MIT License.

About

A small tool for bringing certain financial records into view.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors