Browse code

README: add information about the current utilities.

Xavier G authored on08/11/2017 17:26:51
Showing1 changed files

  • README index 153e8d0..cd7579a 100644
... ...
@@ -2,4 +2,21 @@ A set of utilities around boobank. Boobank [1] is a console application able to
2 2
 list your bank accounts balances on supported websites and to see the expenses
3 3
 details, transfer money, etc.
4 4
 
5
+boobank-cacher: run 1 to n boobank commands and save their JSON output to file,
6
+along with a timestamp. boobank-cacher also handles "additions", i.e. the
7
+ability to insert simple, static data in the JSON output. boobank-cacher takes
8
+no command-line arguments: everything is read from
9
+~/.config/boobank-cacher/conf.json. See the conf subdirectory for a sample
10
+configuration file.
11
+
12
+boobank-graphite: take a JSON file created by the "boobank list" command and
13
+send it to a Graphite instance.
14
+Usage: boobank-graphite <json-file> <graphite-host> <graphite-port>
15
+
16
+boobank-accounts: take a JSON file created by the "boobank list" command and
17
+display its contents in your terminal.
18
+
19
+boobank-history: take a JSON file created by the "boobank history" command and
20
+display its contents in your terminal.
21
+
5 22
 [1] http://weboob.org/applications/boobank