/sbanken.sh

Access Norway's favorite bank via the command-line.

Primary LanguageShell

sbanken.sh

Retrieve bank details via the Public Open API from Sbanken.

Inspired by Sbanken's example.

Setup

Environment variables

  1. Copy config.example to your $XDG_CONFIG_HOME: cp config.example $XDG_CONFIG_HOME/sbanken/config
  2. Update the variables with your own credentials

Usage

chmod +x sbanken.sh
./sbanken.sh -h # for help

PS: You can also add the sbanken.sh to your $PATH and run it from anywhere.