Weboob 0.i released

This commit is contained in:
Florent 2014-05-19 22:41:33 +02:00
commit 1aee7f984e
42 changed files with 980 additions and 222 deletions

View file

@ -1,5 +1,5 @@
.\" -*- coding: utf-8 -*-
.TH QHAVEDATE 1 "08 January 2014" "qhavedate 0\&.h"
.TH QHAVEDATE 1 "19 May 2014" "qhavedate 0\&.i"
.SH NAME
qhavedate \- interact with dating websites
.SH SYNOPSIS
@ -16,6 +16,10 @@ Qt application allowing to interact with various dating websites.
.SS Supported websites:
* aum ("Adopte un Mec" French dating website)
.br
* okc (OkCupid dating website)
.br
* tinder (Tinder dating mobile application)
.SH OPTIONS
.TP
\fB\-\-version\fR
@ -51,7 +55,7 @@ file to save logs
save every response
.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.
@ -91,7 +95,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.