kindwolf.org Git repositories woobank-utils / 2dc79bd
2dc79bd

Tree @2dc79bd (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-cacher/conf.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