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
|
Source: bti
Maintainer: gregor herrmann <gregoa@debian.org>
Uploaders: tony mancill <tmancill@debian.org>
Section: net
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-bash-completion,
docbook-xml,
docbook-xsl,
libcurl4-gnutls-dev,
libjson-c-dev,
liboauth-dev,
libpcre2-dev,
libreadline-dev,
libxml2-dev,
pkg-config,
xsltproc
Standards-Version: 4.6.0
Vcs-Browser: https://git.toastfreeware.priv.at/debian/bti.git
Vcs-Git: https://git.toastfreeware.priv.at/debian/bti.git
Homepage: https://gregkh.github.io/bti/
Rules-Requires-Root: no
Package: bti
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Suggests: bash-completion
Description: command line Twitter client
bti sends a tweet message to twitter.com.
.
bti provides an easy way to send tweet messages directly from the command line
or a script. It reads the message on standard input and uses the account
and password settings either from the command line options or from a config
file to deliver the message.
.
Besides sending messages bti also allows one to see one's friends', a group's
or a specific user's timeline, the public timeline, replies to messages, and
direct messages.
|