App::Maisha - A command line social micro-blog networking tool.


App-Maisha documentation  | view source Contained in the App-Maisha distribution.

Index


NAME

Top

App::Maisha - A command line social micro-blog networking tool.

SYNOPSIS

Top

  use App::Maisha;
  my $maisha   = App::Maisha->new(config => $file)->run;

DESCRIPTION

Top

This distribution provides the ability to micro-blog via social networking websites and services, such as Identica and Twitter.

For further information regarding the commands and configuration, please see the 'maisha' script included with this distribution.

METHODS

Top

Constructor

* new

Process Methods

* load_config

Loads the configuration file. See the 'maisha' script to see a fuller description of the configuration options.

* setup

Prepares the interface and internal environment.

* run

Starts the command loop shell, and awaits your command.

WEBSITES

Top

* Main Site: http://maisha.grango.org =item * Git Repo: http://github.com/barbie/maisha/tree/master =item * RT Queue: RT: http://rt.cpan.org/Public/Dist/Display.html?Name=App-Maisha

THANKS TO

Top

My thanks go to the following people for suggestions and help when putting this application together.

Dave Cross, Robert Rothenberg and Steffen Müller.

AUTHOR

Top

  Copyright (c) 2009-2010 Barbie <barbie@cpan.org> for Grango.org.

LICENSE

Top

  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


App-Maisha documentation  | view source Contained in the App-Maisha distribution.