POE::Component::IRC::Plugin::Google::PageRank

POE::Component::IRC::Plugin::Google::PageRank is a Perl module which offers non-blocking access to Google's PageRank via IRC.
Download

POE::Component::IRC::Plugin::Google::PageRank Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Zoffix Znet
  • Publisher web site:
  • http://search.cpan.org/~zoffix/

POE::Component::IRC::Plugin::Google::PageRank Tags


POE::Component::IRC::Plugin::Google::PageRank Description

POE::Component::IRC::Plugin::Google::PageRank is a Perl module which offers non-blocking access to Google's PageRank via IRC. POE::Component::IRC::Plugin::Google::PageRank is a Perl module which offers non-blocking access to Google's PageRank via IRC.SYNOPSIS use strict; use warnings; use POE qw(Component::IRC Component::IRC::Plugin::Google::PageRank); my $irc = POE::Component::IRC->spawn( nick => 'RankBot', server => 'irc.freenode.net', port => 6667, ircname => 'Google PageRank Bot', ); POE::Session->create( package_states => , ], ); $poe_kernel->run; sub _start { $irc->yield( register => 'all' ); $irc->plugin_add( 'GoogleRank' => POE::Component::IRC::Plugin::Google::PageRank->new ); $irc->yield( connect => {} ); } sub irc_001 { $_->post( $_ => join => '#zofbot' ); } < Zoffix > RankBot, rank zoffix.com < RankBot > Rank is 4 < Zoffix > RankBot, rank google.com < RankBot > Rank is 10 Requirements: · Perl


POE::Component::IRC::Plugin::Google::PageRank Related Software