TwitShell

TwitShell is a microblogging client that runs via the command-line. It
supports many microblogging platform such as Twitter and Identi.ca.

The main purpose of TwitShell is to supply an simple tool to fetch
user's posted data (statuses, direct messages, etc...) and post data (status
update, direct messages) via a command-line interface.

TwitShell supports many microblogging features such as user timeline
and friends timeline, direct messages (both sent and received), status
update and direct messages dispatch.

TwitShell's code is based on the specifications of Twitter API.


INSTALLATION

To install TwitShell, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc TwitShell

or

    perldoc TwitCurses

You can also look for information at:

    TwitShell homepage
        http://alexlog.co.cc/projects/twitshell

    GitHub page
        http://github.com/AlexBio/TwitShell

    RT: CPAN's request tracker

        http://rt.cpan.org/NoAuth/Bugs.html?Dist=TwitShell

    AnnoCPAN: Annotated CPAN documentation

        http://annocpan.org/dist/TwitShell

    CPAN Ratings

        http://cpanratings.perl.org/d/TwitShell

    Search CPAN

        http://search.cpan.org/dist/TwitShell/

LICENSE AND COPYRIGHT

Copyright (C) 2010 Alessandro Ghedini

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

