Initial commit.
identica.pl is a *very* simple command line Identi.ca client. It currently
supports the following commands:
* '?' print the user's timeline
* '??' print the timeline of the user and her friends
* everything else will be used as an update to the user's status
The first two commands may be appended (without any whitespace) by a number,
specifying the number of entries to be returned (default: 5).
The script requires a simple config file in ~/.identica.conf specifying the
connection parameters. That file has to include valid Perl code.
identica.pl is a *very* simple command line Identi.ca client. It currently
supports the following commands:
* '?' print the user's timeline
* '??' print the timeline of the user and her friends
* everything else will be used as an update to the user's status
The first two commands may be appended (without any whitespace) by a number,
specifying the number of entries to be returned (default: 5).
The script requires a simple config file in ~/.identica.conf specifying the
connection parameters. That file has to include valid Perl code.