Main > Programming > Libraries >

Net::Blogger 1.02

Net::Blogger 1.02

Sponsored Links

Net::Blogger 1.02 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.024 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1126
Date added: 2006-09-28
Publisher: Christopher H. Laco

Net::Blogger 1.02 description

Net::Blogger is an OOP-ish interface for accessing a weblog via the Blogger XML-RPC API.

SYNOPSIS

Top
use Net::Blogger;
my $b = Net::Blogger->new(appkey=>APPKEY);

$b->BlogId(BLOGID);
$b->Username(USERNAME);
$b->Password(PASSWORD);

$b->BlogId($b->GetBlogId(blogname=>superfoobar));

# Get recent posts

my ($ok,@p) = $b->getRecentPosts(numposts=>20);

if (! $ok) {
croak $b->LastError();
}

map { print "t $_->{postid}n"; } @p;

# Post from a file

my ($ok,@p) = $b->PostFromFile(file=>"/usr/blogger-test");

if (! $ok) {
croak $b->LastError();
}

# Deleting posts

map {
$b->deletePost(postid=>"$_") || croak $b->LastError();
} @p;

# Getting and setting templates

my $t = $b->getTemplate(type => main);
$b->setTemplate(type=>main,template=>$t) || croak $b->LastError();

# New post

my $txt = "hello world.";
my $id = $b->newPost(postbody=>$txt) || croak $b->LastError();

# Get post

my $post = $b->getPost($id) || croak $b->LastError();
print "Text for last post was $post->{content}n";

Blogger.pm provides an OOP-ish interface for accessing a weblog via the Blogger XML-RPC API.

Net::Blogger 1.02 Screenshot

Advertisements

Net::Blogger 1.02 Keywords

Bookmark Net::Blogger 1.02

Hyperlink code:
Link for forum:

Net::Blogger 1.02 Copyright

WareSeeker periodically updates pricing and software information of Net::Blogger 1.02 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 Net::Blogger 1.02 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
Net::Google is a simple OOP-ish interface to the Google SOAP API. Free Download
Nanoserv is a sockets daemon toolkit for PHP 5.1+. Free Download
Bash Blogger is a shell script that generates CSS styled XHTML 1.1 static Web pages. Free Download
MT blogmail is a small Python script that allows you to send an email. Free Download
Nanoserv is a sockets daemon toolkit for PHP 5.1+ Free Download
Blog::Simple is a Perl extension for the creation of a simple weblog (blogger) system. Free Download
Net::Google::Search is a simple OOP-ish interface to the Google SOAP API for searching. Free Download
rebXR makes REBOL a first-class citizen of XML-RPC land. Free Download