Weboob 1.0 released
This commit is contained in:
parent
ac1e85d505
commit
f0b58c7c3c
42 changed files with 922 additions and 247 deletions
|
|
@ -1,6 +1,6 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.\" This file was generated automatically by tools/make_man.sh.
|
||||
.TH BOOBMSG 1 "03 September 2014" "boobmsg 0\&.j"
|
||||
.TH BOOBMSG 1 "17 October 2014" "boobmsg 1\&.0"
|
||||
.SH NAME
|
||||
boobmsg \- send and receive message threads
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -54,6 +54,8 @@ Console application allowing to send messages on various websites and to display
|
|||
.br
|
||||
* phpbb (phpBB forum)
|
||||
.br
|
||||
* playme (PlayMe dating mobile application)
|
||||
.br
|
||||
* presseurop (Presseurop website)
|
||||
.br
|
||||
* sfr (SFR French mobile phone provider)
|
||||
|
|
@ -266,7 +268,7 @@ For the "post" command, set a title to message
|
|||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
\fB\-d\fR, \fB\-\-debug\fR
|
||||
display debug messages
|
||||
display debug messages. Set up it twice to more verbosity
|
||||
.TP
|
||||
\fB\-q\fR, \fB\-\-quiet\fR
|
||||
display only error messages
|
||||
|
|
@ -308,7 +310,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 filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM 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.
|
||||
|
|
@ -329,8 +331,10 @@ Test if object.field is less than the value. If object.field is date, return tru
|
|||
|
|
||||
This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field.
|
||||
.SS Expression combination
|
||||
You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR.
|
||||
|
||||
.LP
|
||||
You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR.
|
||||
.LP
|
||||
The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want.
|
||||
.SS Examples:
|
||||
.nf
|
||||
.B boobank ls \-\-condition 'label=Livret A'
|
||||
|
|
@ -351,11 +355,16 @@ Get transactions containing "rewe".
|
|||
.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.
|
||||
.PP
|
||||
.nf
|
||||
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10'
|
||||
.fi
|
||||
Get transactions after the 2th December in the last 10 transactions
|
||||
|
||||
.SH COPYRIGHT
|
||||
Copyright(C) 2010-2011 Christophe Benz
|
||||
.LP
|
||||
For full COPYRIGHT see COPYING file with weboob package.
|
||||
For full copyright information see the COPYING file in the weboob package.
|
||||
.LP
|
||||
.RE
|
||||
.SH FILES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue