App-wp-xmlrpc
view release on metacpan or search on metacpan
bin/wp-xmlrpc view on Meta::CPAN
=head1 NAME
wp-xmlrpc - A thin layer of CLI over WordPress XML-RPC API
=head1 VERSION
This document describes version 0.003 of wp-xmlrpc (from Perl distribution App-wp-xmlrpc), released on 2017-04-24.
=head1 SYNOPSIS
In C<~/wp-xmlrpc.conf>, put your API credentials:
proxy=https://YOURBLOGNAME.wordpress.com/xmlrpc.php
username=YOURUSERNAME
password=YOURPASSWORD
Then:
% wp-xmlrpc wp.getPost 13
You can also put multiple credentials in the config file via profiles:
[profile=blog1]
proxy=https://BLOG1NAME.wordpress.com/xmlrpc.php
username=YOURUSERNAME
password=YOURPASSWORD
[profile=blog2]
proxy=https://BLOG2NAME.wordpress.com/xmlrpc.php
username=YOURUSERNAME
password=YOURPASSWORD
( run in 0.276 second using v1.01-cache-2.11-cpan-4d50c553e7e )