kindwolf.org Git repositories woobank-utils / 01d3bb6
01d3bb6

Tree @01d3bb6 (Download .tar.gz)

A set of utilities around boobank. Boobank [1] is a console application able to
list your bank accounts balances on supported websites and to see the expenses
details, transfer money, etc.

boobank-cacher: run 1 to n boobank commands and save their JSON output to file,
along with a timestamp. boobank-cacher also handles "additions", i.e. the
ability to insert simple, static data in the JSON output. boobank-cacher takes
no command-line arguments: everything is read from
~/.config/boobank-utils/cacher.json. See the conf subdirectory for a sample
configuration file.

boobank-graphite: take a JSON file created by the "boobank list" command and
send it to a Graphite instance.
Usage: boobank-graphite <json-file> <graphite-host> <graphite-port>

boobank-accounts: take a JSON file created by the "boobank list" command and
display its contents in your terminal.

boobank-history: take a JSON file created by the "boobank history" command and
display its contents in your terminal.
Usage: boobank-history <json-file> <count>

[1] http://weboob.org/applications/boobank