Added some useful content to the README
[twirssi-net-twitter-lite.git] / README
1 ### Required Modules ###
2 You may need to use CPAN or another method to install these modules.
3     * WWW::Shorten::TinyURL
4     * Net::Twitter
5
6 ### Installation ###
7 Installation is two part. First 
8
9 In a terminal:
10
11     * Install a current version of Net::Twitter. Versions earlier than 3.0 are not supported.
12     * Create a directory for irssi scripts, if it doesn't already exist: mkdir ~/.irssi/scripts
13     * Change to that directory: cd ~/.irssi/scripts
14     * Remove any old version of the script: rm twirssi.pl
15     * Download the latest version: wget http://twirssi.com/twirssi.pl
16     * If you want it to automatically load with irssi, create an autorun dir: mkdir autorun
17     * And create a symlink in it: ln -s ../twirssi.pl autorun
18
19 In irssi:
20
21     * If you don't already have a twitter window, create a new window: /win new hidden
22     * Name the new window: /win name twitter
23     * In that window type: /script load twirssi.pl
24     * Login: /twitter_login username password
25