Weboob 1.0 released

This commit is contained in:
Florent 2014-10-17 14:10:14 +02:00
commit f0b58c7c3c
42 changed files with 922 additions and 247 deletions

View file

@ -1,6 +1,6 @@
.\" -*- coding: utf-8 -*-
.\" This file was generated automatically by tools/make_man.sh.
.TH FLATBOOB 1 "03 September 2014" "flatboob 0\&.j"
.TH FLATBOOB 1 "17 October 2014" "flatboob 1\&.0"
.SH NAME
flatboob \- search for housing
.SH SYNOPSIS
@ -16,6 +16,8 @@ flatboob \- search for housing
Console application to search for housing.
.SS Supported websites:
* leboncoin (search house on leboncoin website)
.br
* pap (French housing website)
.br
* seloger (French housing website)
@ -25,6 +27,14 @@ Console application to search for housing.
.br
Get information about a housing.
.TP
\fBload\fR [query name]without query name : list loadable queries
.br
with query name laod query
.br
.br
Default is limited to 10 results.
.TP
\fBsearch\fR
.br
Search for housing. Parameters are interactively asked.
@ -184,7 +194,7 @@ do not validate SSL
.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
@ -226,7 +236,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.
@ -247,8 +257,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'
@ -269,15 +281,22 @@ 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) 2012 Romain Bignon
.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
"~/.config/weboob/backends"
"~/.config/weboob/flatboob"
.SH SEE ALSO
Home page: http://weboob.org/applications/flatboob