flickerfly / twirssi

An irssi script allowing the use of Twitter from within the IRC client.

Home Page:http://twirssi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

### Required Modules ###
You may need to use CPAN or another method to install these modules.
    * WWW::Shorten::TinyURL
    * Net::Twitter

### Installation ###
Installation is two part. First 

In a terminal:

    * Install a current version of Net::Twitter. Versions earlier than 3.0 are not supported.
    * Create a directory for irssi scripts, if it doesn't already exist: mkdir ~/.irssi/scripts
    * Change to that directory: cd ~/.irssi/scripts
    * Remove any old version of the script: rm twirssi.pl
    * Download the latest version: wget http://twirssi.com/twirssi.pl
    * If you want it to automatically load with irssi, create an autorun dir: mkdir autorun
    * And create a symlink in it: ln -s ./twirssi.pl autorun

In irssi:

    * If you don't already have a twitter window, create a new window: /win new hidden
    * Name the new window: /win name twitter
    * In that window type: /script load twirssi.pl
    * Login: /twitter_login username

### Change Log ###

2011-06-22	Improved completion for /retweet_to
2011-06-18	Improved /twirssi_wipe (new default action; -A is previous default action)
2011-06-09	Add URL shortening to DMs (/dm)
2011-06-06	Add /twitter_dms and /twitter_dms_as (list recent DMs)

About

An irssi script allowing the use of Twitter from within the IRC client.

http://twirssi.com


Languages

Language:Perl 74.2%Language:HTML 23.9%Language:PHP 1.9%