This program logs into http://identi.ca by providing the authentication data. If the login was a success, the user will be able to see his messages and also will be able to post new messages.
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