Code

Initial commit.
authorSebastian Harl <sh@tokkee.org>
Sat, 5 Sep 2009 10:01:07 +0000 (12:01 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 5 Sep 2009 10:01:07 +0000 (12:01 +0200)
commit2217bf2831c2af1d2607672693d463c5c60da6f3
tree9ecba2de0c260a292ef4c2026bee6ad7b73379dd
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 [new file with mode: 0755]