NAME

App::Twitch - Your personal Twitter b...... lalalala

VERSION

version 0.005

SYNOPSIS

use App::Twitch;

my $twitch = App::Twitch->new({
  consumer_key => '1a2b3c4d',
  consumer_secret => '1a2b3c4d',
  access_token => '1a2b3c4d',
  access_token_secret => '1a2b3c4d',
  bitly_user => 'username',
  bitly_apikey => '1a2b3c4d',
  rss_file => 'rss.txt',
  keywords_file => 'keywords.txt',
});

POE::Kernel->run;

DESCRIPTION

Take it or leave it, so far just released for having it on CPAN. If you want provide docs, I would be happy. Also, its just a tool, its not based on an intelligent or effective design and just is made for a specific requirement case.

SEE ALSO

AUTHOR

Torsten Raudssus <torsten@raudssus.de> http://www.raudssus.de/

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Raudssus Social Software.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.