This repository was archived by the owner on Oct 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
42 lines (34 loc) · 1.62 KB
/
Copy pathREADME
File metadata and controls
42 lines (34 loc) · 1.62 KB
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
(c) 2009 Sebastian M. Alvarez <sebastianmalvarez@gmail.com>
version: 1009b3
TNT (TNT is NOT TTYTTTER) is a wrapper for python-twitter
TTY is a TNT client for *nix console.
Usage "python tty.py" in a console
FEATURES:
- A simple terminal client or an ncurses one
- Threading complete conversations mutt style
- Vim type commands for the not-ncurses version
Dependencies:
python >= 2.5
python-simplejson
http://pypi.python.org/pypi/simplejson/
python-twitter
http://code.google.com/p/python-twitter/
You should have recieved a copy of this module with TNT
oauth
http://oauth.googlecode.com/svn/code/python/oauth/oauth.py
You should have recieved a copy of this module with TNT
oauth-python-twitter
http://code.google.com/p/oauth-python-twitter/
You should have recieved a copy of this module with TNT
Most distributions have those packages in their repos
Archlinux: 'sudo pacman -S python-simplejson' should work
TNT is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
TNT is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with TNT. If not, see <http://www.gnu.org/licenses/>.