identi.cator v0.1

identi.cator is a console program, written in Perl, that connects to http://identi.ca and allows the user to read recent messages and also to post messages. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html .

Synopsis

:~$ identi.cator alanhaggai topsecret
    Logging in as alanhaggai...
    Fetching alanhaggai's identi.ca entries...

        alanhaggai:
                Making it's way to CPAN.
        ...
        ...

    ( After entering the message, terminate it with EOF. In GNU / Linux and other Unix-like operating systems, it is Ctrl + D. In Windows, EOF is Ctrl + Z. )

    What's up alanhaggai?
    Just testing identi.cator
    Posting new message...

    What's up alanhaggai?
    ^CExiting gracefully...

Requirements

    Perl

    Perl Modules:
        HTML::Parser
        LWP::UserAgent

Installation

Download identi.cator . Unzip it to a directory. In GNU / Linux or other Unix-like operating systems, you may need to make the program executable by:
chmod a+x identi.cator
Execute the program by:
./identi.cator USERNAME PASSWORD
Or:
perl identi.cator USERNAME PASSWORD
Download identi.cator.zip