Main > Programming > Libraries >

WWW::Google::Groups 0.09

WWW::Google::Groups 0.09

Sponsored Links

WWW::Google::Groups 0.09 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.006 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1067
Date added: 2006-11-21
Publisher: xern

WWW::Google::Groups 0.09 description

WWW::Google::Groups is a Perl module for Google Groups Agent.

BROWSING

use WWW::Google::Groups;

$agent = new WWW::Google::Groups
(
server => groups.google.com,
proxy => my.proxy.server:port,
);


$group = $agent->select_group(comp.lang.perl.misc);

$group->starting_thread(0); # Set the first thread to fetch
# Default starting thread is 0

while( $thread = $group->next_thread() ){
while( $article = $thread->next_article() ){

# the returned $article is an Email::Simple object
# See Email::Simple for its methods

print join q/ /, $thread->title, <.$article->header(From).>, $/;
}
}
If you push raw to the argument stack of $thread->next_article(), it will return the raw format of messages.
while( $thread = $group->next_thread() ){
while( $article = $thread->next_article(raw) ){
print $article;
}
}
Even, you can use this more powerful method. It will try to mirror the whole newsgroup and save the messages to a Unix mbox.
$agent->save2mbox(
group => comp.lang.perl.misc,
starting_thread => 0,
max_article_count => 10000,
max_thread_count => 1000,
target_mbox => perl.misc.mbox,
);

WWW::Google::Groups 0.09 Screenshot

Advertisements

WWW::Google::Groups 0.09 Keywords

Bookmark WWW::Google::Groups 0.09

Hyperlink code:
Link for forum:

WWW::Google::Groups 0.09 Copyright

WareSeeker periodically updates pricing and software information of WWW::Google::Groups 0.09 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of WWW::Google::Groups 0.09 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
WWW::Google::PageRank is a Perl module to query google pagerank of page. Free Download
WWW::Yahoo::Groups::Utils is a Perl module with Sundry utility routines for WYG. Free Download
WWW::Google::Notebook::Note is a Perl module with note object for WWW::Google::Notebook. Free Download
Mail::Abuse::Reader::GoogleGroups is a Perl module that reads Mail::Abuse::Report from NANAS via Google Groups. Free Download
Mail::ListDetector::Detector::GoogleGroups is a Google Groups message detector. Free Download
WWW::Blog::Metadata::Microsummary is a Perl module to extract Microsummary URI from a page. Free Download
HOP::Lexer is a Perl module for "Higher Order Perl" Lexer. Free Download
Locale::Memories is a Perl module for L10N Message Retrieval. Free Download