File: smstrade_balance.1

package info (click to toggle)
python-smstrade 0.2.4-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 216 kB
  • sloc: python: 748; makefile: 10
file content (87 lines) | stat: -rw-r--r-- 2,311 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.44.1.
.TH SMSTRADE_SEND "1" "February 2014" "smstrade_send 0.2.2" "User Commands"
.SH NAME
smstrade_send \- smstrade_balance
.SH DESCRIPTION
usage: smstrade_send [\-h] [\-c CONFIG] [\-s SECTION] [\-k KEY] [\-f SENDER]
.IP
[\-r {basic,gold,direct}] [\-d] [\-\-cost] [\-m] [\-\-count]
[\-\-dlr] [\-\-response] [\-\-ref REFERENCE] [\-l]
[\-\-charset {UTF\-8,ISO\-8859\-1,ISO\-8859\-15}]
[\-\-senddate SENDDATE]
[\-\-messagetype {flash,unicode,binary,voice}] [\-\-udh UDH]
[\-\-version]
to [to ...] smstext
.PP
Send one or more SMS via the smstrade.eu API
.SS "positional arguments:"
.TP
to
receiver of the SMS
.TP
smstext
the text content of the SMS message to send
.SS "optional arguments:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-c\fR CONFIG, \fB\-\-config\fR CONFIG
alternative configuration instead of the default
configurationfiles: \fI/etc/xdg/smstrade/smstrade.ini\fP,
~/.config/smstrade/smstrade.ini, smstrade.ini
.TP
\fB\-s\fR SECTION, \fB\-\-section\fR SECTION
use the specified section in the configuration file
.TP
\fB\-k\fR KEY, \fB\-\-key\fR KEY
personal identification code
.TP
\fB\-f\fR SENDER, \fB\-\-from\fR SENDER
source identifier (ignored for route basic)
.TP
\fB\-r\fR {basic,gold,direct}, \fB\-\-route\fR {basic,gold,direct}
SMS route
.TP
\fB\-d\fR, \fB\-\-debug\fR
activate debug mode
.TP
\fB\-\-cost\fR
enable output of sending costs
.TP
\fB\-m\fR, \fB\-\-message\-id\fR
enable output of message ids
.TP
\fB\-\-count\fR
enable output of message count
.TP
\fB\-\-dlr\fR
enable delivery reports
.TP
\fB\-\-response\fR
enable receiving of reply SMS (only for route basic)
.TP
\fB\-\-ref\fR REFERENCE
add an own reference for this message
.TP
\fB\-l\fR, \fB\-\-concat\fR
send as linked (longer) SMS
.TP
\fB\-\-charset\fR {UTF\-8,ISO\-8859\-1,ISO\-8859\-15}
character set of the message (defaults to current
locale's charset) converted to UTF\-8 if necessary
.TP
\fB\-\-senddate\fR SENDDATE
send time delayed SMS at the given time (UNIX
timestamp)
.TP
\fB\-\-messagetype\fR {flash,unicode,binary,voice}
enable sending of flash, unicode, binary or voice
messages
.TP
\fB\-\-udh\fR UDH
hexadecimal representation of bytes for a binary
message
.TP
\fB\-\-version\fR
show program's version number and exit