Horris

 view release on metacpan or  search on metacpan

lib/App/Horris/CLI/Command/twitter_stream.pm  view on Meta::CPAN

package App::Horris::CLI::Command::twitter_stream;
# ABSTRACT: anyevent twitter streaming script


use Moose;
use Config::General qw/ParseConfig/;
use DBI;
use AnyEvent::Twitter::Stream;
use namespace::autoclean;
extends 'MooseX::App::Cmd::Command';

has database => (

lib/App/Horris/CLI/Command/twitter_stream.pm  view on Meta::CPAN


1;

__END__
=pod

=encoding utf-8

=head1 NAME

App::Horris::CLI::Command::twitter_stream - anyevent twitter streaming script

=head1 VERSION

version v0.1.2

=head1 SYNOPSIS

    sample code base here
    horris twitter_stream --database /path/to/poll.db



( run in 0.230 second using v1.01-cache-2.11-cpan-4d50c553e7e )