Weboob 0.e released
This commit is contained in:
parent
d9ceecdf8a
commit
3209289cfe
30 changed files with 536 additions and 53 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.TH BOOBANK 1 "28 October 2012" "boobank 0\&.d"
|
||||
.TH BOOBANK 1 "25 janvier 2013" "boobank 0\&.e"
|
||||
.SH NAME
|
||||
boobank
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -14,8 +14,12 @@ boobank
|
|||
Console application allowing to list your bank accounts and get their balance, display accounts history and coming bank operations, and transfer money from an account to another (if available).
|
||||
|
||||
.SS Supported websites:
|
||||
* axabanque (AXA Banque French bank website)
|
||||
.br
|
||||
* banquepopulaire (Banque Populaire French bank website)
|
||||
.br
|
||||
* barclays (Barclays French bank website)
|
||||
.br
|
||||
* bnporc (BNP Paribas French bank website)
|
||||
.br
|
||||
* boursorama (Boursorama French bank website)
|
||||
|
|
@ -26,16 +30,26 @@ Console application allowing to list your bank accounts and get their balance, d
|
|||
.br
|
||||
* caissedepargne (Caisse d'Épargne French bank website)
|
||||
.br
|
||||
* carrefourbanque (Carrefour Banque French bank website)
|
||||
.br
|
||||
* cic (CIC French bank website)
|
||||
.br
|
||||
* cmb (Crédit Mutuel de Bretagne French bank website)
|
||||
.br
|
||||
* cmso (Credit Mutuel Sud Ouest French bank website)
|
||||
.br
|
||||
* cragr (Crédit Agricole French bank website)
|
||||
.br
|
||||
* creditcooperatif (Credit Cooperatif French bank website)
|
||||
.br
|
||||
* creditmutuel (Crédit Mutuel French bank website)
|
||||
.br
|
||||
* db (Un truc nul pour faire marcher boobank)
|
||||
.br
|
||||
* fortuneo (Fortuneo French bank website)
|
||||
.br
|
||||
* ganassurances (Groupama Assurances French bank website)
|
||||
.br
|
||||
* hsbc (HSBC France bank website)
|
||||
.br
|
||||
* ing (ING Direct French bank website)
|
||||
|
|
@ -178,7 +192,7 @@ Availables: debug, info, warning, error.
|
|||
.br
|
||||
* default is an alias for warning
|
||||
.TP
|
||||
\fBls\fR [\fIPATH\fR]
|
||||
\fBls\fR [\-d] [\fIPATH\fR]
|
||||
.br
|
||||
List objects in current path.
|
||||
.br
|
||||
|
|
@ -210,6 +224,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -227,6 +244,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue