WWW::Google::News

Access to Google's News Service (Not Usenet)
Download

WWW::Google::News Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Scott Holdren
  • Publisher web site:
  • http://sitening.com/

WWW::Google::News Tags


WWW::Google::News Description

Access to Google's News Service (Not Usenet) WWW::Google::News is a Perl module that provides a couple of methods to scrape results from Google News, returning a data structure similar to the following (which happens to be suitable to feeding into XML::RSS). { 'Top Stories' => , 'Entertainment' => }SYNOPSIS # OO search interface use WWW::Google::News; my $news = WWW::Google::News->new(); $news->topic("Frank Zappa"); my $results = $news->search(); # original news functions use WWW:Google::News qw(get_news); my $results = get_news(); my $results = get_news_for_topic('impending asteriod impact'); Requirements: · Perl


WWW::Google::News Related Software