Weboob 0.c released
This commit is contained in:
parent
025fc6bfc4
commit
0286bdc320
32 changed files with 826 additions and 253 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.TH HAVEDATE 1 "14 March 2012" "havedate 0\&.b"
|
||||
.TH HAVEDATE 1 "04 May 2012" "havedate 0\&.c"
|
||||
.SH NAME
|
||||
havedate
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -17,6 +17,18 @@ Console application allowing to interact with various dating websites and to opt
|
|||
* aum ("Adopte un Mec" French dating website)
|
||||
.SH HAVEDATE COMMANDS
|
||||
.TP
|
||||
\fBexport_all\fR
|
||||
.br
|
||||
Export All threads
|
||||
.TP
|
||||
\fBexport_thread\fR
|
||||
.br
|
||||
Export a thread
|
||||
.TP
|
||||
\fBlist\fR
|
||||
.br
|
||||
Display all threads.
|
||||
.TP
|
||||
\fBoptim\fR [list | start | edit | stop] \fIBACKEND\fR [\fIOPTIM\fR1 [\fIOPTIM\fR2 ...]]
|
||||
.br
|
||||
All dating backends offer optimization services. This command can be
|
||||
|
|
@ -37,6 +49,20 @@ Commands:
|
|||
.br
|
||||
* stop stop optimization services on a backend
|
||||
.TP
|
||||
\fBphotos\fR \fIID\fR
|
||||
.br
|
||||
Display photos of a profile
|
||||
.TP
|
||||
\fBpost\fR \fIRECEIVER\fR@\fIBACKEND\fR[,\fIRECEIVER\fR@\fIBACKEND\fR[...]] [\fITEXT\fR]
|
||||
.br
|
||||
Post a message to the specified receivers.
|
||||
.br
|
||||
Multiple receivers are separated by a comma.
|
||||
.br
|
||||
|
||||
.br
|
||||
If no text is supplied on command line, the content of message is read on stdin.
|
||||
.TP
|
||||
\fBprofile\fR \fIID\fR
|
||||
.br
|
||||
Display a profile
|
||||
|
|
@ -44,6 +70,14 @@ Display a profile
|
|||
\fBquery\fR \fIID\fR
|
||||
.br
|
||||
Send a query to someone.
|
||||
.TP
|
||||
\fBshow\fR \fIMESSAGE\fR
|
||||
.br
|
||||
Read a message
|
||||
.TP
|
||||
\fBstatus\fR
|
||||
.br
|
||||
Display status information about a backend.
|
||||
.SH WEBOOB COMMANDS
|
||||
.TP
|
||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||
|
|
@ -54,21 +88,23 @@ Select used backends.
|
|||
.br
|
||||
ACTION is one of the following (default: list):
|
||||
.br
|
||||
* enable enable given backends
|
||||
* enable enable given backends
|
||||
.br
|
||||
* disable disable given backends
|
||||
* disable disable given backends
|
||||
.br
|
||||
* only enable given backends and disable the others
|
||||
* only enable given backends and disable the others
|
||||
.br
|
||||
* list display enabled and available backends
|
||||
* list list backends
|
||||
.br
|
||||
* add add a backend
|
||||
* add add a backend
|
||||
.br
|
||||
* register register a new account on a website
|
||||
* register register a new account on a website
|
||||
.br
|
||||
* edit edit a backend
|
||||
* edit edit a backend
|
||||
.br
|
||||
* remove remove a backend
|
||||
* remove remove a backend
|
||||
.br
|
||||
* list\-modules list modules
|
||||
.TP
|
||||
\fBcd\fR [\fIPATH\fR]
|
||||
.br
|
||||
|
|
@ -146,9 +182,11 @@ Availables: debug, info, warning, error.
|
|||
.br
|
||||
* default is an alias for warning
|
||||
.TP
|
||||
\fBls\fR
|
||||
\fBls\fR [\fIPATH\fR]
|
||||
.br
|
||||
List objects in current path.
|
||||
.br
|
||||
If an argument is given, list the specified path.
|
||||
.TP
|
||||
\fBquit\fR
|
||||
.br
|
||||
|
|
@ -177,6 +215,14 @@ show this help message and exit
|
|||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
|
||||
.SH HAVEDATE OPTIONS
|
||||
.TP
|
||||
\fB\-E\fR, \fB\-\-accept\-empty\fR
|
||||
Send messages with an empty body.
|
||||
.TP
|
||||
\fB\-t TITLE\fR, \fB\-\-title=TITLE\fR
|
||||
For the "post" command, set a title to message
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
\fB\-d\fR, \fB\-\-debug\fR
|
||||
|
|
@ -208,8 +254,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, multiline, profile, simple, table,
|
||||
webkit)
|
||||
select output formatter (atom, csv, htmltable, msg, msglist, multiline, profile,
|
||||
simple, table, webkit, xhtml)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue