-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
74 lines (62 loc) · 1.66 KB
/
README
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
************************************************************
- Twittext [v0.51]
-- Simple test-based Twitter Client
-- Hirotaka Kawata <[email protected]>
-- http://www.techno-st.net/wiki/Twittext
************************************************************
- Licence
-- GPLv3
-- Copyright (C) 2009-2010 Hirotaka Kawata
- Require
-- Python (>= 2.5)
-- (python-twoauth - included twoauth/)
- Setup
1. Run ./twittext
2. Access to the authorize URL
3. Login to Twitter to get PIN
4. Please input PIN to console
5. You can see "Home Timeline"
- How to use
This program has 2 modes.
* Command Mode
* Status Selection Mode
If you just started this program, running command mode.
== Command Mode ==
Enter - Update status
h Key - Show (Update) Home Timeline
@ Key - Show mentions
r Key - Show retweets
p Key - Show public timeline
u Key - Show user timeline
f Key - Show your favorites
d Key - Show Direct Messages
D Key - Send direct message
F Key - Friendship check
q Key - Quit
Key Down
- To Status Selection Mode
== Status Selection Mode ==
@ Key - Reply
r Key - Retweet (Using retweet API method)
q Key - Quote tweet
u Key - User timeline
U Key - Reply_to user timeline
t Key - Show reply_to status
d Key - Destroy status
D Key - Send direct message
f Key - Favorite status
F Key - Friendship check
Key Left (<=)
- Return to Command Mode
== Key alias ==
Space -> Updte Home Timeline
Key Left -> Updte Home Timeline
Enter -> Reply
Escape -> To Command Mode
Backspace -> To Command Mode
Key Right -> Show User Timeline
- Notice
* Reload home_timeline every 60 secs (by default)
* If you add status footer, see settings.conf and edit.
- Bug Report
* Send to <[email protected]>