Weboob 0.i released
This commit is contained in:
parent
5c8982e5e9
commit
1aee7f984e
42 changed files with 980 additions and 222 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH MONBOOB 1 "08 January 2014" "monboob 0\&.h"
|
||||
.TH MONBOOB 1 "19 May 2014" "monboob 0\&.i"
|
||||
.SH NAME
|
||||
monboob \- daemon to send and check messages
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -25,6 +25,8 @@ Daemon allowing to regularly check for new messages on various websites, and sen
|
|||
.br
|
||||
* fourchan (4chan image board)
|
||||
.br
|
||||
* guerrillamail (GuerrillaMail temp mailbox)
|
||||
.br
|
||||
* hds (Histoires de Sexe French erotic novels)
|
||||
.br
|
||||
* hellobank (Hello Bank!)
|
||||
|
|
@ -35,6 +37,8 @@ Daemon allowing to regularly check for new messages on various websites, and sen
|
|||
.br
|
||||
* liberation (Libération newspaper website)
|
||||
.br
|
||||
* mailinator (mailinator temp mailbox)
|
||||
.br
|
||||
* minutes20 (2 Minutes French newspaper website)
|
||||
.br
|
||||
* newsfeed (Loads RSS and Atom feeds from any website)
|
||||
|
|
@ -52,6 +56,8 @@ Daemon allowing to regularly check for new messages on various websites, and sen
|
|||
* sfr (SFR French mobile phone provider)
|
||||
.br
|
||||
* taz (Taz newspaper website)
|
||||
.br
|
||||
* tinder (Tinder dating mobile application)
|
||||
.SH MONBOOB COMMANDS
|
||||
.TP
|
||||
\fBonce\fR
|
||||
|
|
@ -120,7 +126,8 @@ select result item keys to display (comma separated)
|
|||
.SH FORMATTING OPTIONS
|
||||
.TP
|
||||
\fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR
|
||||
select output formatter (csv, htmltable, json, multiline, simple, table, webkit)
|
||||
select output formatter (csv, htmltable, json, json_line, multiline, simple,
|
||||
table, webkit)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
@ -132,7 +139,7 @@ do not display item keys
|
|||
file to export result
|
||||
|
||||
.SH CONDITION
|
||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
||||
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||
.LP
|
||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||
|
|
@ -172,7 +179,7 @@ Display accounts with a lot of money.
|
|||
Get transactions containing "rewe".
|
||||
.PP
|
||||
.nf
|
||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
||||
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||
.fi
|
||||
Get transactions betweens the 2th December and 8th December 2013.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue