1 |
Source: bti |
2 |
Section: net |
3 |
Priority: extra |
4 |
Maintainer: gregor herrmann <gregoa@debian.org> |
5 |
Uploaders: tony mancill <tmancill@debian.org> |
6 |
Build-Depends: debhelper (>= 7), quilt (>= 0.40), |
7 |
libcurl4-gnutls-dev, libreadline5-dev, libxml2-dev, libpcre3-dev, |
8 |
xsltproc, docbook-xsl, docbook-xml |
9 |
Standards-Version: 3.8.1 |
10 |
Vcs-Svn: http://svn.toastfreeware.priv.at/debian/bti/trunk/ |
11 |
Vcs-Browser: http://svn.toastfreeware.priv.at/wsvn/ToastfreewareDebian/bti/trunk/ |
12 |
|
13 |
Package: bti |
14 |
Architecture: any |
15 |
Depends: ${shlibs:Depends}, ${misc:Depends} |
16 |
Suggests: bash-completion |
17 |
Description: command line micro-blogging tool |
18 |
bti sends a tweet message to twitter.com, identi.ca, or any other laconi.ca |
19 |
instance. |
20 |
. |
21 |
bti provides an easy way to send tweet messages directly from the command line |
22 |
or a script. It reads the message on standard input and uses the account |
23 |
and password settings either from the command line options or from a config |
24 |
file to deliver the message. |
25 |
. |
26 |
Besides sending messages bti also allows to see one's friends' timeline, the |
27 |
public timeline, replies to messages or a specific user's timeline. |