1 <h3>Getting Started</h3>
3 <li>Load the script in irssi: <code>/script load twirssi.pl</code></li>
4 <li>Log in to twitter: <code>/twitter_login username password</code>. To use
5 an account on <a href="http://identi.ca/">identi.ca</a>, just append
6 @identica to the user name, and make sure <code>Net::Identica</code> is
8 <li>Post updates: <code>/tweet I got twirssi working!</code></li>
9 <li>Every 5 minutes, new updates from twitter will be posted to the named
10 window. To manually poll, you can always type <code>/twitter_updates</code>, though if
11 you do it too often, twitter will block your access for a while</li>
14 <h3>Posting Commands</h3>
16 <li><code>/tweet <status></code> - Post a status update</li>
17 <li><code>/tweet_as <account> <status></code> - Post a status
18 update as an alternate account</li>
19 <li><code>/dm <username> <message></code> - Send a direct message to username</li>
20 <li><code>/dm_as <account> <username> <message></code> -
21 Send a direct message to username from the specified account</li>
22 <li><code>/twitter_reply <username>:<num></code> - Reply to a
23 particular tweet. Only 100 are remembered for each user, and this can be
24 completely disabled by changing the twirssi_track_replies variable.</li>
25 <li><code>/twitter_reply_as <account> <username>:<num></code>
26 - Same as /twitter_reply but allowing specifying an account to reply from.</li>
27 <li><code>/reply <username>:<num></code> - Same as
28 /twitter_reply, but only if the twirssi_use_reply_aliases is set to true
29 (off by default).</li>
30 <li><code>/reply_as <account> <username>:<num></code> -
31 Same as /twitter_reply_as, but only if the twirssi_use_reply_aliases is
32 set to true (off by default).</li>
33 <li><code>/retweet <username>:<num> [comment]</code> - Retweet
34 someone else, with an optional comment.</li>
35 <li><code>/retweet_as <account> <username>:<num>
36 [comment]</code> - Retweet someone else, using an alternate account, with
37 an optional comment.</li>
39 <h3>Other Commands</h3>
41 <li><code>/twitter_follow <username></code> - Start following username</li>
42 <li><code>/twitter_list_subscriptions</code> - List all the existing search
43 subscriptions for all accounts.</li>
44 <li><code>/twitter_login <username> <password></code> - Log in to twitter</li>
45 <li><code>/twitter_logout [<username>]</code> - Log out the current account, or the named account</li>
46 <li><code>/twitter_switch <username></code> - Start using the named account as the default</li>
48 <li><code>/twitter_unfollow <username></code> - Stop following username</li>
49 <li><code>/twitter_updates</code> - Poll for updates manually</li>
50 <li><code>/twitter_subscribe <keyword></code> - Add a search
51 subscription for the current account.</li>
52 <li><code>/twitter_unsubscribe <keyword></code> - Remove an existing search
53 subscription from the current account.</li>
54 <li><code>/twitter_device_updates <none|im|sms></code> - Set delivery
55 device. Note that IM delivery is currently disabled by Twitter, and there
56 are no timeline when it might be restored.</li>
57 <li><code>/twirssi_version</code> - Report the current version number</li>
59 <li><code>/twirssi_upgrade</code> - Check for a new version of twirssi, and
60 download it if it's there</li>
64 <p>These are set by the /set command - <code>/set bitlbee_server</code> will show the
65 current value, <code>/set bitlbee_server bitlbee_tag</code> will set it to
66 <code>bitlbee_tag</code>.</p>
68 <li><code>bitlbee_server</code> - What is the server tag for bitlbee (used for away messages)</li>
69 <li><code>short_url_provider</code> - What service to use to shorten urls - pick from
70 <a href="http://search.cpan.org/~davecross/WWW-Shorten-2.01/lib/WWW/Shorten.pm#SYNOPSIS"
71 >WWW::Shorten</a></li>
72 <li><code>short_url_args</code> - Some of the WWW::Shorten modules require
73 additional arguments, such as a username or API key. Enter those here if
74 needed, comma separated.</li>
75 <li><code>twirssi_always_shorten</code> - When false (the default), URLs will
76 only be shortened if the tweet would be too long. When true, URLs will
77 always be shortened</li>
78 <li><code>show_own_tweets</code> - Should our own tweets be displayed? Defaults to on.</li>
79 <li><code>show_reply_context</code> - When set to on, and someone you follow is replying
80 to someone you are not, the tweet that generated the reply will be pulled and
81 shown. Defaults to off.</li>
82 <li><code>tweet_to_away</code> - Set to on to post non-@reply updates as your away message</li>
83 <li><code>tweet_window_input</code> - Enable tweeting directly by writing to
84 the twitter window. Off by default</li>
85 <li><code>twirssi_retweet_format</code> - The format to use when retweeting.
86 Default value is "RT $n: "$t" ${-- $c$}". $n is the nick that's being
87 retweeted; $t is the text of the original tweet; $c is the text of the
88 optional comment attached; ${ and $} mark the seciton that should be
89 omitted if no comment was provided.
91 <li><code>twirssi_hilights</code> - Should messages containing your @nick be
92 considered IRC hilights. (default on)</li>
93 <li><code>twirssi_location</code> - Location of the twirssi.pl script, used
94 by <code>/twirssi_upgrade</code></li>
95 <li><code>twirssi_nick_color</code> - If set, @nicks will be shown in the
96 color set. (default: %B). Note that the theme variables (twirssi_tweet,
97 twirssi_search, twirssi_reply, twirssi_dm) should be updated as
99 <li><code>twirssi_notify_timeouts</code> - If set, twirssi will emite a
100 message when twitter is being so slow that it fails to retrieve
101 updates. (default on)</li>
102 <li><code>twirssi_replies_autonick</code> - On by default. If on, /reply
103 will make sure the reply begins with @nick. If off, you can reply to
104 someone, but not have their name on the reply</li>
105 <li><code>twirssi_replies_store</code> - Location where the /reply map is to be stored.</li>
106 <li><code>twirssi_topic_color</code> - If set, #topics will be shown in the
107 color set. (default: %r)</li>
108 <li><code>twirssi_track_replies</code> - Should twirssi keep track of
109 individual IDs of incoming twitters? If enabled (which is the default)
110 incoming tweets will show a :num appended to them. This is requried for
111 /reply and /twitter_reply functionallity.</li>
112 <li><code>twirssi_use_reply_aliases</code> - Enable /reply and /reply_as as
113 aliases to /twitter_reply and /twitter_reply_as. Requires a reload of
114 twirssi to take effect. (default off)</li>
115 <li><code>twirssi_upgrade_beta</code> - Default off. If on, /twirssi_upgrade
116 will try to grab the most recent version from github, instead of the latest
117 released version. Note that beta versions might have more bugs than the
118 released version.</li>
119 <li><code>twirssi_avoid_ssl</code> - Default off. If off, twirssi will
120 attempt to use SSL for all network communications. Changes take effect
121 next time twirssi is loaded.</li>
123 <li><code>twitter_passwords</code> - A comma separated list of passwords to auto-login</li>
124 <li><code>twitter_poll_interval</code> - How often should new messages be
125 requested from twitter (in seconds). Default is every 5 minutes. Keep
126 in mind that twitter will rate limit your user (or IP) if you hit them
127 too often. Hardcoded minimum is one minute.</li>
128 <li><code>twitter_friends_poll</code> - How often should the updated friends
129 list be retrieved from the server. By default, only once every 10
131 <li><code>twitter_timeout</code> - How long should we wait before giving up
132 on a twitter operation. Should help avoid irssi pinging out of IRC
133 servers when twitter is slow.</li>
134 <li><code>twitter_usernames</code> - A comma separated list of usernames to auto-login. Note that the last one will be the default account used after startup.</li>
135 <li><code>twitter_window</code> - Which irssi window should twitter updates be sent to</li>