Bot-Twatterhose

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


SYNOPSIS
        # Consume 500 tweets and twat one based on those
        twatterhose --username someuser --password somepass --brain twatterhose.brn --limit 500

        # Put this in cron, wait a few years and a cult will have formed
        # around your bot:
        */30 * * * * (sleep $(($RANDOM % 3600))) && twatterhose --username someuser --password somepass --brain ~/twatterhose.brn

DESCRIPTION
    Uses the twitter streaming API
    <http://apiwiki.twitter.com/Streaming-API-Documentation> to get tweets
    from the firehose, feeds those to Hailo and tweets a random permutation
    of the previous input to Twitter.

    The author is trying to start a religion larger than L. Ron Hubbard's.

AUTHOR
    Ævar Arnfjörð Bjarmason <avar@cpan.org>

LICENSE AND COPYRIGHT

lib/Bot/Twatterhose.pm  view on Meta::CPAN


    # Consume 500 tweets and twat one based on those
    twatterhose --username someuser --password somepass --brain twatterhose.brn --limit 500

    # Put this in cron, wait a few years and a cult will have formed
    # around your bot:
    */30 * * * * (sleep $(($RANDOM % 3600))) && twatterhose --username someuser --password somepass --brain ~/twatterhose.brn

=head1 DESCRIPTION

Uses the L<twitter streaming
API|http://apiwiki.twitter.com/Streaming-API-Documentation> to get
tweets from the firehose, feeds those to L<Hailo> and tweets a random
permutation of the previous input to Twitter.

The author is trying to start a religion larger than L. Ron Hubbard's.

=head1 AUTHOR

E<AElig>var ArnfjE<ouml>rE<eth> Bjarmason <avar@cpan.org>



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