The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version v0.1.2

SYNOPSIS

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

following command for more detail.

    horris help twitter_stream

DESCRIPTION

$HOME/.twitter_key sample

    consumer_key              cosumer key here
    consumer_secret           cosumer secret here
    access_token              access token here           # oauth_token
    access_token_secret       access token secret here    # (oauth_token_secret)

AUTHOR

hshong <hshong@perl.kr>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by hshong.

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